|
24 | 24 | "build:android:dev": "eas build --profile development:device --platform android --local",
|
25 | 25 | "build:android:prod": "eas build --profile production --platform android --local",
|
26 | 26 | "start": "npx expo start",
|
27 |
| - "android": "npx expo start --android", |
28 |
| - "ios": "npx expo start --ios", |
| 27 | + "android": "expo run:android", |
| 28 | + "ios": "expo run:ios", |
29 | 29 | "web": "npx expo start --web",
|
30 | 30 | "bundle:web": "npx expo export --platform web",
|
31 | 31 | "serve:web": "npx server dist",
|
|
41 | 41 | "@shopify/flash-list": "1.6.4",
|
42 | 42 | "apisauce": "3.0.1",
|
43 | 43 | "date-fns": "^2.30.0",
|
44 |
| - "expo": "^51.0.31", |
| 44 | + "expo": "~51.0.36", |
45 | 45 | "expo-build-properties": "~0.12.5",
|
46 |
| - "expo-font": "~12.0.9", |
| 46 | + "expo-font": "~12.0.10", |
47 | 47 | "expo-linear-gradient": "~13.0.2",
|
48 | 48 | "expo-linking": "~6.3.1",
|
49 | 49 | "expo-localization": "~15.0.3",
|
50 |
| - "expo-splash-screen": "~0.27.5", |
| 50 | + "expo-splash-screen": "~0.27.6", |
51 | 51 | "expo-status-bar": "~1.12.1",
|
52 | 52 | "i18n-js": "3.9.2",
|
53 | 53 | "mobx": "6.10.2",
|
|
57 | 57 | "react-dom": "18.2.0",
|
58 | 58 | "react-native": "0.74.5",
|
59 | 59 | "react-native-gesture-handler": "~2.16.1",
|
60 |
| - "react-native-reanimated": "~3.10.1", |
61 | 60 | "react-native-safe-area-context": "4.10.5",
|
62 | 61 | "react-native-screens": "3.31.1",
|
63 | 62 | "react-native-view-shot": "3.8.0",
|
|
0 commit comments