iOS
Showing
ios/Podfile.lock
100755 → 100644
This diff is collapsed.
This diff is collapsed.
| ... | ... | @@ -8,7 +8,8 @@ |
| "start": "react-native start", | ||
| "test": "jest", | ||
| "lint": "eslint .", | ||
| "a-build": "react-native bundle --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --platform android --assets-dest ./android/app/src/main/res/ --dev false" | ||
| "a-build": "react-native bundle --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --platform android --assets-dest ./android/app/src/main/res/ --dev false", | ||
| "i-build": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/main.jsbundle" | ||
| }, | ||
| "dependencies": { | ||
| "@react-native-async-storage/async-storage": "^1.13.4", | ||
| ... | ... |
Please register or sign in to comment