add missed dependencies

This commit is contained in:
DH
2025-09-01 20:20:12 +03:00
parent 97c3568965
commit a2c8e30c13
2 changed files with 3 additions and 1 deletions

1
package-lock.json generated
View File

@@ -24,6 +24,7 @@
"expo-constants": "~17.1.7",
"expo-dev-client": "^5.2.4",
"expo-document-picker": "^13.1.6",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.0",

View File

@@ -65,7 +65,8 @@
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5"
"react-native-webview": "13.13.5",
"expo-file-system": "~18.1.11"
},
"devDependencies": {
"@expo/metro-config": "~0.20.0",