Update apk command
This commit is contained in:
parent
bb2bf06369
commit
6f5d12594b
@ -8,7 +8,7 @@
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"lint": "eslint .",
|
||||
"apk": "(cd android && ./gradlew aR)"
|
||||
"apk": "(npx jetify && cd android && ./gradlew aR)"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "17.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user