- Install dependencies
npm install- Run the application ( switch to expo go mode )
npx expo start --tunnelBuild
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 androidgit checkout production && git merge main && npx eas update --branch production --message "Update to latest version" && git checkout main