3 lines
194 B
Bash
3 lines
194 B
Bash
|
#!/bin/bash
|
||
|
react-native bundle --platform android --dev false --entry-file src/index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
|