5 lines
211 B
Bash
Executable file
5 lines
211 B
Bash
Executable file
#!/bin/sh
|
|
cd app
|
|
react-native bundle --platform android --dev false --entry-file src/index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
|
|
cd ..
|
|
buildozer android debug
|