🚀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.

Check if project is healthy

Execute

npx expo doctor

If there are problems

npx expo doctor --fix-dependencies

Create build

Full docs here.

Execute

eas build --platform all

Submit to Google play

Full docs here

Execute

eas submit -p android

Submit to Apple App Store

Full docs here

Execute

eas submit -p ios

Last updated