Once the key is generated use it to generate the installable build

suggest change
react-native bundle --platform android --dev false --entry-file index.android.js \
--bundle-output android/app/src/main/assets/index.android.bundle \
--assets-dest android/app/src/main/res/

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Create a shareable APK for Android:
*Once the key is generated use it to generate the installable build

Table Of Contents