Implement custom camera with real-time overlay and resolution settings

This commit is contained in:
2026-07-28 23:55:24 +02:00
parent c6240784ff
commit 6d11434061
9 changed files with 479 additions and 138 deletions
+4 -2
View File
@@ -8,6 +8,7 @@
"@react-navigation/native-stack": "^7.17.5",
"expo": "~56.0.12",
"expo-build-properties": "~56.0.19",
"expo-camera": "^57.0.3",
"expo-crypto": "~56.0.4",
"expo-file-system": "~56.0.8",
"expo-image-picker": "~56.0.18",
@@ -18,9 +19,10 @@
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-maps": "1.27.2",
"react-native-view-shot": "^4.0.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2"
"react-native-screens": "4.25.2",
"react-native-view-shot": "^4.0.0",
"react-native-webview": "^13.13.2"
},
"devDependencies": {
"@types/react": "~19.2.2",