feat:极光推送
Showing
| ... | @@ -11,9 +11,9 @@ | ... | @@ -11,9 +11,9 @@ |
| "test": "jest", | "test": "jest", | ||
| "lint": "eslint . --ext .js,.jsx,.ts,.tsx", | "lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
| "icon": "node ./src/script/iconScript.js", | "icon": "node ./src/script/iconScript.js", | ||
| "build": "cd android && gradlew assembleRelease", | "build": "cd android && gradlew assembleRelease", | ||
| "build:test": "cd android && SET ENVFILE=.env.test && gradlew assembleRelease", | "build:test": "cd android && SET ENVFILE=.env.test && gradlew assembleRelease", | ||
| "build:pro": "cd android && SET ENVFILE=.env.production && gradlew assembleRelease" | "build:pro": "cd android && SET ENVFILE=.env.production && gradlew assembleRelease" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@ant-design/react-native": "^4.0.7", | "@ant-design/react-native": "^4.0.7", | ||
| ... | @@ -29,6 +29,8 @@ | ... | @@ -29,6 +29,8 @@ |
| "@react-navigation/native": "^5.9.2", | "@react-navigation/native": "^5.9.2", | ||
| "@react-navigation/stack": "^5.14.1", | "@react-navigation/stack": "^5.14.1", | ||
| "@rematch/core": "^1.4.0", | "@rematch/core": "^1.4.0", | ||
| "jcore-react-native": "^1.9.1", | |||
| "jpush-react-native": "^2.8.2", | |||
| "react": "16.13.1", | "react": "16.13.1", | ||
| "react-native": "0.63.4", | "react-native": "0.63.4", | ||
| "react-native-config": "^1.4.2", | "react-native-config": "^1.4.2", | ||
| ... | ... |
Please register or sign in to comment