mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 12:11:39 +08:00
Update apk command
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user