This app is to learn the publishing process on Google Play
- Bun: https://bun.sh/docs
- Expo: https://docs.expo.dev/
- Upgrade Expo
bunx expo install expo@latest
bunx expo install --fix
- Start the app
- Install Expo Go app on your phone
bun start
- Scan the QR code using the Expo Go app
- Build the app on cloud
eas build -p android
- Submit the build
eas submit -p android
- Check the dependencies
bunx expo install --check
- Install Maestro
brew tap mobile-dev-inc/tap
brew install maestro
- Run end-to-end tests:
- Run app on simulator
maestro test .maestro/flow.yaml