mirror of
https://github.com/status-im/keycard-exit.git
synced 2025-02-12 10:48:01 +00:00
add apk build script
This commit is contained in:
parent
3ad51de8ab
commit
f677a3e8b4
@ -7,7 +7,8 @@
|
||||
"ios": "react-native run-ios",
|
||||
"lint": "eslint .",
|
||||
"start": "react-native start",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"android-build-dev": "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 && cd android && gradlew assembleDebug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "^2.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user