- Install dependencies
npm install
- Run the application ( switch to expo go mode )
npx expo start --tunnel
Build
npx eas build --platform all --profile production
- Submit the build to expo for iOS
npx eas submit --platform ios
- Submit the build to expo for Android
npx eas submit --platform android
git checkout production && git merge main && npx eas update --branch production --message "Update to latest version" && git checkout main