1
0
Code Issues Pull Requests 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",
"test": "jest",
"lint": "eslint .",
"apk": "(cd android && ./gradlew aR)"
"apk": "(npx jetify && cd android && ./gradlew aR)"
},
"dependencies": {
"react": "17.0.1",