Deployment to Google Play Store
Pre-requisites
- Project cloned and installed using this guide - Installation
- Android Studio and tools properly setup
Creating build
cd <mobile-app directory>
npm run android:release:bundle
After a folder will open containing the .aab file
Deploying build to appstore
Follow steps at https://support.google.com/googleplay/android-developer/answer/9859348?hl=en
No Comments