|
3 | 3 | "main": "expo-router/entry", |
4 | 4 | "version": "1.0.0", |
5 | 5 | "scripts": { |
6 | | - "start": "expo start", |
| 6 | + "start": "expo start --dev-client", |
7 | 7 | "reset-project": "node ./scripts/reset-project.js", |
8 | | - "android": "expo start --android", |
9 | | - "ios": "expo start --ios", |
| 8 | + "android": "expo run:android", |
| 9 | + "ios": "expo run:ios", |
10 | 10 | "web": "expo start --web", |
11 | 11 | "lint": "expo lint", |
12 | | - "storybook": "STORYBOOK_ENABLED=true expo start" |
| 12 | + "storybook": "STORYBOOK_ENABLED=true expo start --dev-client", |
| 13 | + "storybook:ios": "STORYBOOK_ENABLED=true expo run:ios", |
| 14 | + "storybook:android": "STORYBOOK_ENABLED=true expo run:android", |
| 15 | + "prebuild": "expo prebuild" |
13 | 16 | }, |
14 | 17 | "dependencies": { |
15 | 18 | "@expo/vector-icons": "^15.0.3", |
|
33 | 36 | "expo-linking": "~56.0.4", |
34 | 37 | "expo-router": "~56.1.1", |
35 | 38 | "expo-splash-screen": "~56.0.4", |
| 39 | + "expo-sqlite": "~56.0.3", |
36 | 40 | "expo-status-bar": "~56.0.4", |
37 | 41 | "expo-symbols": "~56.0.5", |
38 | 42 | "expo-system-ui": "~56.0.4", |
|
44 | 48 | "react-native-reanimated": "~4.3.0", |
45 | 49 | "react-native-safe-area-context": "^5.7.0", |
46 | 50 | "react-native-screens": "4.25.0-beta.3", |
| 51 | + "react-native-svg": "15.15.4", |
47 | 52 | "react-native-web": "^0.21.2", |
48 | 53 | "react-native-worklets": "0.8.3", |
49 | 54 | "storybook": "^10.3.2", |
|
0 commit comments