Deploy
Deployment
Deploy your app to the app store
1
Commit to GitHub
- First, commit your code to GitHub.
terminal
git add .
git commit -m "Time to ship"
git branch -M main
git remote add origin [YOUR_GITHUB_URL]
git push -u origin main
2
Submit to App Store
To submit your app either on Apple App Store or Google Play Store follow this https://docs.expo.dev/submit/introduction/.
Congrats on making it this far 🚀