|
4 | 4 | "description": "Example for React Native Paper", |
5 | 5 | "author": "", |
6 | 6 | "private": true, |
| 7 | + "main": "App.js", |
7 | 8 | "scripts": { |
8 | 9 | "eas-build-pre-install": "cd .. && yarn", |
9 | 10 | "start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start", |
|
14 | 15 | }, |
15 | 16 | "dependencies": { |
16 | 17 | "@expo/vector-icons": "^13.0.0", |
| 18 | + "@expo/webpack-config": "^18.0.1", |
17 | 19 | "@pchmn/expo-material3-theme": "^1.0.1", |
18 | | - "@react-native-async-storage/async-storage": "~1.17.10", |
| 20 | + "@react-native-async-storage/async-storage": "1.17.11", |
19 | 21 | "@react-native-masked-view/masked-view": "0.2.8", |
20 | 22 | "@react-navigation/bottom-tabs": "^6.5.3", |
21 | 23 | "@react-navigation/drawer": "^6.5.7", |
22 | 24 | "@react-navigation/native": "^6.1.2", |
23 | 25 | "@react-navigation/stack": "^6.3.11", |
24 | | - "expo": "^47.0.0", |
25 | | - "expo-dev-client": "~2.0.1", |
26 | | - "expo-font": "~11.0.1", |
27 | | - "expo-keep-awake": "~11.0.1", |
28 | | - "expo-splash-screen": "~0.17.5", |
29 | | - "expo-status-bar": "~1.4.2", |
30 | | - "expo-updates": "~0.15.6", |
| 26 | + "expo": "^48.0.0", |
| 27 | + "expo-dev-client": "~2.2.1", |
| 28 | + "expo-font": "~11.1.1", |
| 29 | + "expo-keep-awake": "~12.0.1", |
| 30 | + "expo-splash-screen": "~0.18.2", |
| 31 | + "expo-status-bar": "~1.4.4", |
| 32 | + "expo-updates": "~0.16.4", |
31 | 33 | "file-loader": "^6.2.0", |
32 | | - "react": "18.1.0", |
33 | | - "react-dom": "18.1.0", |
34 | | - "react-native": "0.70.8", |
35 | | - "react-native-gesture-handler": "~2.8.0", |
36 | | - "react-native-reanimated": "~2.12.0", |
37 | | - "react-native-safe-area-context": "4.4.1", |
38 | | - "react-native-screens": "~3.18.0", |
| 34 | + "react": "18.2.0", |
| 35 | + "react-dom": "18.2.0", |
| 36 | + "react-native": "0.71.6", |
| 37 | + "react-native-gesture-handler": "~2.9.0", |
| 38 | + "react-native-reanimated": "~2.14.4", |
| 39 | + "react-native-safe-area-context": "4.5.0", |
| 40 | + "react-native-screens": "~3.20.0", |
39 | 41 | "react-native-vector-icons": "^9.2.0", |
40 | 42 | "react-native-web": "~0.18.7", |
41 | 43 | "typeface-roboto": "^1.1.13" |
42 | 44 | }, |
43 | 45 | "devDependencies": { |
44 | 46 | "@babel/core": "^7.12.9", |
45 | 47 | "babel-plugin-module-resolver": "^5.0.0", |
46 | | - "babel-preset-expo": "~9.2.1", |
47 | | - "expo-cli": "^6.1.0" |
| 48 | + "babel-preset-expo": "^9.3.0" |
| 49 | + }, |
| 50 | + "resolutions": { |
| 51 | + "expo/expo-asset": "8.9.1" |
48 | 52 | } |
49 | 53 | } |
0 commit comments