🚀
Deploy app
To Google play and app store
Once you are ready on how you app works you are ready to publish it. This process is really simple with Expo. You need to create a free account.
Execute
expo doctor
If there are problems
expo doctor --fix-dependencies
Execute
eas build --platform all
Execute
eas submit -p android
Execute
eas submit -p ios
Last modified 1yr ago