e1f4994990
* new project structure using android aar * remove blockchain/headers file * rename ios files * add android release script
3 lines
195 B
Bash
3 lines
195 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/
|
|
|