mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-01 05:43:11 +08:00
Update apk command
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"apk": "(cd android && ./gradlew aR)"
|
"apk": "(npx jetify && cd android && ./gradlew aR)"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "17.0.1",
|
"react": "17.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user