1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Upgrade 0.63.3

This commit is contained in:
sunnylqm
2020-10-21 08:12:52 +08:00
parent f5c307deca
commit e80317415c
2 changed files with 59 additions and 34 deletions

View File

@@ -7,11 +7,12 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
"lint": "eslint .",
"apk": "(cd android && ./gradlew aR)"
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.2",
"react-native": "0.63.3",
"react-native-update": "link:../.."
},
"devDependencies": {