How to generate server less debug apk? #3027
-
I want to share the apk with my team-mates but how can I generate apk which will run without server. "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res" |
Beta Was this translation helpful? Give feedback.
Answered by
diegolmello
Nov 23, 2021
Replies: 1 comment
-
You need to build release https://reactnative.dev/docs/signed-apk-android |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
diegolmello
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to build release https://reactnative.dev/docs/signed-apk-android