'How to publish expo app that can be accessed anyone using QR code?

after completing development of an expo app,I want to share it with friends who can check it by QR code or link in live server.How can I do it? I don't want to publish it in app store and just want a QR or like AWS Amplify type service[live reload]



Solution 1:[1]

If you are using the Expo Managed workflow, you can share your application with Expo Go. In this case, you don't need to publish in any store. Just follow the instructions to share pre-release versions by Expo Go on documentation. I created an Expo project to publish and share with a link that contains the QR code to run on Expo Go.

Note: To see the Expo application install Expo Go is required.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1