Build & Deploy
Prerequisites
Install eas-cli and login
npm install -g eas-cli && eas loginBuild for IOS
Update the version in app.json
{ "version": "1.0.1" }Build the app
eas build --platform iosSubmit the app to the app store
eas submit -p ios --latest(alternatively) you can run this one line to do both
eas build -p ios --profile production --auto-submit
Build for Android
🚨 Coming Soon 🚨
Last updated