fix scrolable + zoom

This commit is contained in:
m
2026-07-16 09:13:13 +02:00
parent cd24ba5b0c
commit 2dac600d06
5 changed files with 462 additions and 27 deletions
+4 -1
View File
@@ -16,12 +16,15 @@
"expo-status-bar": "~57.0.0",
"react": "19.2.3",
"react-native": "0.86.0",
"react-native-gesture-handler": "~2.32.0",
"react-native-mmkv": "^4.3.2",
"react-native-nitro-image": "^0.15.1",
"react-native-nitro-modules": "^0.36.1",
"react-native-reanimated": "4.5.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-vision-camera": "^5.1.0"
"react-native-vision-camera": "^5.1.0",
"react-native-worklets": "0.10.0"
},
"devDependencies": {
"@types/react": "~19.2.2",