Matthias Nott
2026-03-02 a0f39302919fbacf7a0d407f01b1a50413ea6f70
package.json
....@@ -4,29 +4,42 @@
44 "main": "expo-router/entry",
55 "scripts": {
66 "start": "expo start",
7
- "android": "expo start --android",
8
- "ios": "expo start --ios",
7
+ "android": "expo run:android",
8
+ "ios": "expo run:ios",
99 "web": "expo start --web"
1010 },
1111 "dependencies": {
12
+ "@react-navigation/bottom-tabs": "^7.15.3",
13
+ "@react-navigation/native": "^7.1.31",
1214 "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",
1418 "expo-haptics": "~55.0.8",
19
+ "expo-linking": "~55.0.7",
1520 "expo-router": "~55.0.3",
1621 "expo-secure-store": "~55.0.8",
22
+ "expo-speech-recognition": "^3.1.1",
23
+ "expo-splash-screen": "~55.0.10",
1724 "expo-status-bar": "~55.0.4",
25
+ "expo-system-ui": "~55.0.9",
26
+ "expo-web-browser": "~55.0.9",
1827 "nativewind": "^4",
1928 "react": "19.2.0",
29
+ "react-dom": "^19.2.4",
2030 "react-native": "0.83.2",
2131 "react-native-gesture-handler": "~2.30.0",
2232 "react-native-reanimated": "4.2.1",
2333 "react-native-safe-area-context": "~5.6.2",
2434 "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"
2638 },
2739 "devDependencies": {
2840 "@types/react": "~19.2.2",
2941 "babel-plugin-module-resolver": "^5.0.2",
42
+ "babel-preset-expo": "^55.0.10",
3043 "tailwindcss": "^3.4.19",
3144 "typescript": "~5.9.2"
3245 },