Deployment to Google Play Store
Pre-requisites
- Project cloned and installed using this guide - Installation
- Account on https://expo.dev/
- Transporter app installed from App Store
- EAS CLI installed using npm install -g eas-cli
Creating build
cd <mobile-app directory>
eas login # Only if not done earlier
eas build -p android
It will ask you a couple of questions like login expo, the team, apple account etc. Fill them and wait for the build to complete for ios on expo. It can take upto 1 hr as well. Keep a note of the build link thats shown.
After download the .aab file using the build link.
Deploying build to appstore
Follow steps at https://support.google.com/googleplay/android-developer/answer/9859348?hl=en
No Comments