Update project configuration

This commit is contained in:
2026-05-30 20:49:26 +02:00
parent 7427cc0255
commit eee684a3c9
3 changed files with 3495 additions and 1343 deletions
-1
View File
@@ -7,7 +7,6 @@ node_modules/
.expo/
dist/
web-build/
expo-env.d.ts
# Native
.kotlin/
+3482 -1330
View File
File diff suppressed because it is too large Load Diff
+13 -12
View File
@@ -4,22 +4,23 @@
"main": "index.ts",
"dependencies": {
"buffer": "^6.0.3",
"expo": "~56.0.4",
"expo-build-properties": "~56.0.14",
"expo-camera": "~56.0.7",
"expo-file-system": "~56.0.7",
"expo-media-library": "~56.0.6",
"expo-status-bar": "~56.0.4",
"expo": "~54.0.0",
"expo-build-properties": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-file-system": "~19.0.23",
"expo-media-library": "~18.2.1",
"expo-status-bar": "~3.0.9",
"ipp-encoder": "^5.0.0",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-reanimated": "4.3.1",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-view-shot": "4.0.3",
"react-native-worklets": "0.8.3"
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.10",
"typescript": "^5.3.0"
},
"scripts": {
"start": "expo start",