📱
Mobile Apps
  • Mobile app documentation.
  • đŸšĻAPI
  • Make app
    • đŸ“ēVideo
    • âš™ī¸Setup the project
    • đŸ•šī¸Run project locally
    • 🚀Deploy app
    • 📲Push notification
  • Changelog
    • 📅Apps changelog
    • 🆕Download new updates
Powered by GitBook
On this page
  • Check if project is healthy
  • Create build
  • Submit to Google play
  • Submit to Apple App Store

Was this helpful?

  1. Make app

Deploy app

To Google play and app store

PreviousRun project locallyNextPush notification

Last updated 1 year ago

Was this helpful?

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 .

Execute

eas build --platform all

Submit to Google play

Full docs

Execute

eas submit -p android

Submit to Apple App Store

Execute

eas submit -p ios

Full docs

🚀
here
here
here