提交下代码
Showing
| ... | ... | @@ -8,7 +8,7 @@ |
| "start": "react-native start", | ||
| "test": "jest", | ||
| "lint": "eslint .", | ||
| "a-build":"react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/" | ||
| "a-build": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/" | ||
| }, | ||
| "dependencies": { | ||
| "@react-native-async-storage/async-storage": "^1.13.4", | ||
| ... | ... | @@ -20,7 +20,7 @@ |
| "@react-navigation/native": "^5.9.2", | ||
| "@react-navigation/stack": "^5.14.2", | ||
| "@types/react-native": "^0.66.11", | ||
| "agora-react-native-rtm": "1.2.2-alpha.3", | ||
| "agora-react-native-rtm": "1.4.8", | ||
| "events": "^3.2.0", | ||
| "react": "16.13.1", | ||
| "react-native": "0.64.0", | ||
| ... | ... | @@ -41,6 +41,7 @@ |
| "react-native-keyboard-aware-scroll-view": "^0.9.3", | ||
| "react-native-keyboard-tracking-view": "^5.7.0", | ||
| "react-native-linear-gradient": "^2.5.6", | ||
| "react-native-lock-screen": "^1.0.2", | ||
| "react-native-modal": "^11.7.0", | ||
| "react-native-orientation": "^3.1.3", | ||
| "react-native-photo-editor": "^1.0.12", | ||
| ... | ... | @@ -52,7 +53,9 @@ |
| "react-native-slider": "^0.11.0", | ||
| "react-native-sound": "^0.11.0", | ||
| "react-native-splash-screen": "^3.2.0", | ||
| "react-native-svg": "^12.1.1", | ||
| "react-native-switch-pro": "^1.0.5", | ||
| "react-native-vector-icons": "^9.0.0", | ||
| "react-native-video": "^5.1.1", | ||
| "react-native-video-controls": "^2.8.1", | ||
| "react-native-view-shot": "^3.1.2", | ||
| ... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment