|
4 | 4 | "main": "expo-router/entry",
|
5 | 5 | "scripts": {
|
6 | 6 | "start": "expo start",
|
7 |
| - "android": "expo start --android", |
8 |
| - "ios": "expo start --ios", |
9 |
| - "web": "expo start --web", |
| 7 | + "start:android": "expo start --android", |
| 8 | + "start:ios": "expo start --ios", |
| 9 | + "start:web": "expo start --web", |
| 10 | + "android": "expo run:android", |
| 11 | + "ios": "expo run:ios", |
10 | 12 | "ts:check": "tsc",
|
11 | 13 | "export": "EXPO_SKIP_DURING_EXPORT='true' expo export --dump-sourcemap --clear",
|
| 14 | + "prebuild": "expo prebuild --clean --no-install", |
12 | 15 | "set-version": "npx react-native-version --skip-tag --never-amend"
|
13 | 16 | },
|
14 | 17 | "dependencies": {
|
15 | 18 | "@sentry/react-native": "6.2.0",
|
16 |
| - "@types/react": "18.2.45", |
17 |
| - "expo": "^50.0.8", |
18 |
| - "expo-constants": "~15.4.5", |
19 |
| - "expo-linking": "~6.2.2", |
20 |
| - "expo-router": "~3.4.8", |
21 |
| - "expo-status-bar": "1.11.1", |
22 |
| - "expo-web-browser": "~12.8.2", |
23 |
| - "react": "18.2.0", |
24 |
| - "react-dom": "18.2.0", |
25 |
| - "react-native": "0.73.4", |
26 |
| - "react-native-gesture-handler": "~2.14.0", |
27 |
| - "react-native-safe-area-context": "4.8.2", |
28 |
| - "react-native-screens": "~3.29.0", |
29 |
| - "react-native-web": "~0.19.6", |
| 19 | + "@types/react": "~18.3.12", |
| 20 | + "expo": "^52.0.0", |
| 21 | + "expo-constants": "~17.0.3", |
| 22 | + "expo-linking": "~7.0.2", |
| 23 | + "expo-router": "~4.0.5", |
| 24 | + "expo-status-bar": "~2.0.0", |
| 25 | + "expo-web-browser": "~14.0.1", |
| 26 | + "react": "18.3.1", |
| 27 | + "react-dom": "18.3.1", |
| 28 | + "react-native": "0.76.1", |
| 29 | + "react-native-gesture-handler": "~2.20.2", |
| 30 | + "react-native-safe-area-context": "4.12.0", |
| 31 | + "react-native-screens": "~4.0.0", |
| 32 | + "react-native-web": "~0.19.13", |
30 | 33 | "typescript": "^5.3.2"
|
31 | 34 | },
|
32 | 35 | "devDependencies": {
|
33 |
| - "@babel/core": "^7.20.0", |
34 |
| - "@babel/preset-env": "7.1.6", |
| 36 | + "@babel/core": "^7.26.0", |
| 37 | + "@babel/preset-env": "^7.26.0", |
35 | 38 | "@sentry/babel-plugin-component-annotate": "^2.18.0",
|
36 | 39 | "@types/node": "20.10.4"
|
37 | 40 | },
|
|
0 commit comments