|
2 | 2 | "name": "example",
|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "scripts": {
|
5 |
| - "start": "expo start --dev-client", |
| 5 | + "start": "EXPO_METRO_UNSTABLE_ERRORS=1 expo start --dev-client -c", |
6 | 6 | "android": "expo run:android",
|
7 | 7 | "ios": "expo run:ios",
|
8 | 8 | "web": "expo start --web",
|
9 |
| - "fix-deps": "npx expo install --check" |
| 9 | + "fix-deps": "npx expo install --check", |
| 10 | + "requires-ios": "yarn metro get-dependencies --entry-file App.js --platform ios --output requires-ios.txt", |
| 11 | + "requires-android": "yarn metro get-dependencies --entry-file App.js --platform android --output requires-android.txt" |
10 | 12 | },
|
11 | 13 | "dependencies": {
|
12 | 14 | "@expo/react-native-action-sheet": "^4.0.1",
|
13 |
| - "@react-native-menu/menu": "^0.8.0", |
| 15 | + "@react-native-menu/menu": "^0.9.1", |
14 | 16 | "@react-navigation/bottom-tabs": "^6.5.9",
|
15 | 17 | "@react-navigation/native": "^6.1.6",
|
16 | 18 | "@react-navigation/native-stack": "^6.9.12",
|
17 | 19 | "@react-navigation/stack": "^6.3.16",
|
18 |
| - "expo": "~50.0.6", |
| 20 | + "expo": "~50.0.17", |
19 | 21 | "expo-splash-screen": "~0.26.4",
|
20 | 22 | "expo-status-bar": "~1.11.1",
|
21 | 23 | "react": "18.2.0",
|
22 | 24 | "react-dom": "18.2.0",
|
23 |
| - "react-native": "0.73.4", |
| 25 | + "react-native": "0.73.6", |
24 | 26 | "react-native-gesture-handler": "~2.14.0",
|
25 | 27 | "react-native-safe-area-context": "4.8.2",
|
26 | 28 | "react-native-screens": "~3.29.0",
|
27 | 29 | "react-native-web": "~0.19.6"
|
28 | 30 | },
|
| 31 | + "resolutions": { |
| 32 | + "@types/react": "18.2.79" |
| 33 | + }, |
29 | 34 | "devDependencies": {
|
30 | 35 | "@babel/core": "^7.20.0",
|
31 | 36 | "@expo/webpack-config": "~19.0.1",
|
32 |
| - "babel-loader": "^8.1.0", |
33 |
| - "babel-plugin-module-resolver": "^4.1.0" |
| 37 | + "babel-loader": "^8.1.0" |
34 | 38 | },
|
35 | 39 | "private": true
|
36 | 40 | }
|
0 commit comments