| .. | .. |
|---|
| 4 | 4 | "main": "expo-router/entry", |
|---|
| 5 | 5 | "scripts": { |
|---|
| 6 | 6 | "start": "expo start", |
|---|
| 7 | | - "android": "expo start --android", |
|---|
| 8 | | - "ios": "expo start --ios", |
|---|
| 7 | + "android": "expo run:android", |
|---|
| 8 | + "ios": "expo run:ios", |
|---|
| 9 | 9 | "web": "expo start --web" |
|---|
| 10 | 10 | }, |
|---|
| 11 | 11 | "dependencies": { |
|---|
| 12 | + "@react-navigation/bottom-tabs": "^7.15.3", |
|---|
| 13 | + "@react-navigation/native": "^7.1.31", |
|---|
| 12 | 14 | "expo": "~55.0.4", |
|---|
| 13 | | - "expo-av": "^16.0.8", |
|---|
| 15 | + "expo-audio": "^55.0.8", |
|---|
| 16 | + "expo-constants": "~55.0.7", |
|---|
| 17 | + "expo-file-system": "~55.0.10", |
|---|
| 14 | 18 | "expo-haptics": "~55.0.8", |
|---|
| 19 | + "expo-linking": "~55.0.7", |
|---|
| 15 | 20 | "expo-router": "~55.0.3", |
|---|
| 16 | 21 | "expo-secure-store": "~55.0.8", |
|---|
| 22 | + "expo-speech-recognition": "^3.1.1", |
|---|
| 23 | + "expo-splash-screen": "~55.0.10", |
|---|
| 17 | 24 | "expo-status-bar": "~55.0.4", |
|---|
| 25 | + "expo-system-ui": "~55.0.9", |
|---|
| 26 | + "expo-web-browser": "~55.0.9", |
|---|
| 18 | 27 | "nativewind": "^4", |
|---|
| 19 | 28 | "react": "19.2.0", |
|---|
| 29 | + "react-dom": "^19.2.4", |
|---|
| 20 | 30 | "react-native": "0.83.2", |
|---|
| 21 | 31 | "react-native-gesture-handler": "~2.30.0", |
|---|
| 22 | 32 | "react-native-reanimated": "4.2.1", |
|---|
| 23 | 33 | "react-native-safe-area-context": "~5.6.2", |
|---|
| 24 | 34 | "react-native-screens": "~4.23.0", |
|---|
| 25 | | - "react-native-svg": "15.15.3" |
|---|
| 35 | + "react-native-svg": "15.15.3", |
|---|
| 36 | + "react-native-web": "^0.21.0", |
|---|
| 37 | + "react-native-worklets": "0.7.2" |
|---|
| 26 | 38 | }, |
|---|
| 27 | 39 | "devDependencies": { |
|---|
| 28 | 40 | "@types/react": "~19.2.2", |
|---|
| 29 | 41 | "babel-plugin-module-resolver": "^5.0.2", |
|---|
| 42 | + "babel-preset-expo": "^55.0.10", |
|---|
| 30 | 43 | "tailwindcss": "^3.4.19", |
|---|
| 31 | 44 | "typescript": "~5.9.2" |
|---|
| 32 | 45 | }, |
|---|