Matthias Nott
2026-03-07 af1543135d42adc2e97dc5243aeef7418cd3b00d
package.json
....@@ -16,10 +16,11 @@
1616 "expo-constants": "~55.0.7",
1717 "expo-file-system": "~55.0.10",
1818 "expo-haptics": "~55.0.8",
19
+ "expo-image-picker": "~55.0.11",
1920 "expo-linking": "~55.0.7",
2021 "expo-router": "~55.0.3",
2122 "expo-secure-store": "~55.0.8",
22
- "expo-speech-recognition": "^3.1.1",
23
+ "expo-sharing": "~55.0.11",
2324 "expo-splash-screen": "~55.0.10",
2425 "expo-status-bar": "~55.0.4",
2526 "expo-system-ui": "~55.0.9",
....@@ -28,11 +29,13 @@
2829 "react": "19.2.0",
2930 "react-dom": "^19.2.4",
3031 "react-native": "0.83.2",
32
+ "react-native-draggable-flatlist": "^4.0.3",
3133 "react-native-gesture-handler": "~2.30.0",
3234 "react-native-reanimated": "4.2.1",
3335 "react-native-safe-area-context": "~5.6.2",
3436 "react-native-screens": "~4.23.0",
3537 "react-native-svg": "15.15.3",
38
+ "react-native-udp": "^4.1.7",
3639 "react-native-web": "^0.21.0",
3740 "react-native-worklets": "0.7.2"
3841 },