|
5 | 5 | "scripts": { |
6 | 6 | "start": "expo start", |
7 | 7 | "reset-project": "node ./scripts/reset-project.js", |
8 | | - "android": "expo start --android", |
9 | | - "ios": "expo start --ios", |
| 8 | + "android": "npx expo run:android", |
| 9 | + "ios": "expo run:ios", |
10 | 10 | "web": "expo start --web", |
11 | 11 | "test": "jest --watchAll", |
12 | 12 | "lint": "expo lint" |
|
15 | 15 | "preset": "jest-expo" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@expo/vector-icons": "^14.0.0", |
19 | | - "@mrkpatchaa/react-native-ionicons": "file:../mrkpatchaa-react-native-ionicons.tgz", |
20 | | - "@react-navigation/native": "^6.0.2", |
21 | | - "expo": "~51.0.8", |
22 | | - "expo-constants": "~16.0.1", |
23 | | - "expo-font": "~12.0.5", |
24 | | - "expo-linking": "~6.3.1", |
25 | | - "expo-router": "~3.5.14", |
26 | | - "expo-splash-screen": "~0.27.4", |
27 | | - "expo-status-bar": "~1.12.1", |
28 | | - "expo-system-ui": "~3.0.4", |
29 | | - "expo-web-browser": "~13.0.3", |
30 | | - "react": "18.2.0", |
31 | | - "react-dom": "18.2.0", |
32 | | - "react-native": "0.74.1", |
33 | | - "react-native-gesture-handler": "~2.16.1", |
34 | | - "react-native-reanimated": "~3.10.1", |
35 | | - "react-native-safe-area-context": "4.10.1", |
36 | | - "react-native-screens": "3.31.1", |
37 | | - "react-native-svg": "15.2.0", |
38 | | - "react-native-web": "~0.19.10" |
| 18 | + "@expo/vector-icons": "^14.0.4", |
| 19 | + "@mrkpatchaa/react-native-ionicons": "^1.2.1", |
| 20 | + "@react-navigation/native": "^7.0.14", |
| 21 | + "expo": "^52.0.25", |
| 22 | + "expo-constants": "~17.0.4", |
| 23 | + "expo-font": "~13.0.3", |
| 24 | + "expo-linking": "~7.0.4", |
| 25 | + "expo-router": "~4.0.16", |
| 26 | + "expo-splash-screen": "~0.29.20", |
| 27 | + "expo-status-bar": "~2.0.1", |
| 28 | + "expo-system-ui": "~4.0.7", |
| 29 | + "expo-web-browser": "~14.0.2", |
| 30 | + "react": "19.0.0", |
| 31 | + "react-dom": "19.0.0", |
| 32 | + "react-native": "0.76.6", |
| 33 | + "react-native-gesture-handler": "~2.22.0", |
| 34 | + "react-native-reanimated": "~3.16.7", |
| 35 | + "react-native-safe-area-context": "5.1.0", |
| 36 | + "react-native-screens": "~4.5.0", |
| 37 | + "react-native-svg": "15.11.1", |
| 38 | + "react-native-web": "~0.19.13" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@babel/core": "^7.20.0", |
42 | | - "@types/jest": "^29.5.12", |
43 | | - "@types/react": "~18.2.45", |
44 | | - "@types/react-test-renderer": "^18.0.7", |
45 | | - "jest": "^29.2.1", |
46 | | - "jest-expo": "~51.0.2", |
47 | | - "react-test-renderer": "18.2.0", |
48 | | - "typescript": "~5.3.3" |
| 41 | + "@babel/core": "^7.26.0", |
| 42 | + "@types/jest": "^29.5.14", |
| 43 | + "@types/react": "~19.0.7", |
| 44 | + "@types/react-test-renderer": "^19.0.0", |
| 45 | + "expo-atlas": "^0.4.0", |
| 46 | + "jest": "^29.7.0", |
| 47 | + "jest-expo": "~52.0.3", |
| 48 | + "react-test-renderer": "19.0.0", |
| 49 | + "typescript": "~5.7.3" |
49 | 50 | }, |
50 | 51 | "private": true |
51 | 52 | } |
0 commit comments