We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4e8c4 commit 08dca6fCopy full SHA for 08dca6f
README.md
@@ -55,6 +55,7 @@ yarn install
55
Invoke the actual build (debug build in such case):
56
57
```sh
58
+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
59
cd android && ./gradlew assembleDebug
60
```
61
0 commit comments