1
Showing
| ... | ... | @@ -7,7 +7,8 @@ |
| "ios": "react-native run-ios", | ||
| "start": "react-native start", | ||
| "test": "jest", | ||
| "lint": "eslint ." | ||
| "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/" | ||
| }, | ||
| "dependencies": { | ||
| "@react-native-async-storage/async-storage": "^1.13.4", | ||
| ... | ... | @@ -55,6 +56,7 @@ |
| "react-native-video": "^5.1.1", | ||
| "react-native-video-controls": "^2.8.1", | ||
| "react-native-view-shot": "^3.1.2", | ||
| "react-native-webview": "^11.16.0", | ||
| "react-native-wheel-picker": "^1.2.0", | ||
| "teaset": "^0.7.5" | ||
| }, | ||
| ... | ... |
Please register or sign in to comment