Docs
π Deployment
π Deployment
How to deploy your app.
Build & Deploy for Production:
- 
BUILD & SUBMIT iOS + ANDROID VERSION: (EAS)
cd apps/expoeas build --auto-submit
 - 
DEPLOY WEB VERSION: (Vercel)
- Connect GitHub repo with Vercel
 - Set root directory as βapps/nextβ in Vercel
 - Push code to the branch connected with Vercel
 
 - 
BUILD iOS VERSION: (Locally)
cd apps/expoeas build --platform ios --local
 - 
DEPLOY iOS VERSION: (Locally)
- Find the .ipa file in apps/expo generated via the local build command and upload to App Store Connect via the Transporter app.
 
 - 
BUILD ANDROID VERSION: (Locally)
cd apps/expoeas build --platform android --local
 - 
DEPLOY ANDROID VERSION: (Locally)
- Find the generated .apk file and go to Google Play Developer Console to upload a new build for production