You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if this is me not finding the relevant info in the docs or if the functionality is not there yet.
How do I create an Android bundle?
react-native bundle
Building package...
transforming [========================================] 100% 309/309
Build complete
Successfully saved bundle to ios/main.jsbundle
No mention of android, and if I delete index.ios.js the bundling breaks.
Also there's no mention that I could find of creating a release APK, any info on this? Are we supposed to run ./gradlew assembleRelease in the android folder or something similar?
Sorry for all the questions ;)
The text was updated successfully, but these errors were encountered:
Basically, you need to manually download the Android bundle (e.g. http://localhost:8081/index.android.bundle) and put it in android/app/src/main/assets. ./gradlew assembleRelease should work after that.
Hi, I'm not sure if this is me not finding the relevant info in the docs or if the functionality is not there yet.
How do I create an Android bundle?
No mention of android, and if I delete
index.ios.js
the bundling breaks.Also there's no mention that I could find of creating a release APK, any info on this? Are we supposed to run
./gradlew assembleRelease
in the android folder or something similar?Sorry for all the questions ;)
The text was updated successfully, but these errors were encountered: