upload photo document

This commit is contained in:
m
2026-07-12 15:17:15 +02:00
parent 67096c9482
commit 64e7ae1679
5 changed files with 313 additions and 55 deletions
+6 -3
View File
@@ -14,8 +14,11 @@
"react": "19.2.3",
"react-native": "0.86.0",
"react-native-mmkv": "^4.3.2",
"react-native-nitro-image": "^0.15.1",
"react-native-nitro-modules": "^0.36.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2"
"react-native-screens": "4.25.2",
"react-native-vision-camera": "^5.1.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
@@ -23,8 +26,8 @@
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"private": true