1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update apk command

This commit is contained in:
sunnylqm
2021-04-11 18:16:25 +08:00
parent bb2bf06369
commit 6f5d12594b

View File

@@ -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",