Skip to main content

Deployment to Google Play Store

Pre-requisites 

  1. Project cloned and installed using this guide - Installation
  2. Account on https://expo.dev/
  3. Transporter app installed from App Store
  4. 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