This commit is contained in:
2025-09-11 16:45:30 +05:00
parent 388d5e9a82
commit 39f63d12aa
6 changed files with 242 additions and 32 deletions

View File

@@ -9,6 +9,7 @@
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/react-native-pdf": "^11.0.0",
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/datetimepicker": "8.4.1",
@@ -17,8 +18,10 @@
"@react-navigation/native": "^7.1.14",
"@react-navigation/stack": "^7.4.2",
"expo": "53.0.22",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-image-picker": "~16.1.4",
"expo-media-library": "~17.1.7",
"expo-splash-screen": "^31.0.8",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.11",
@@ -27,10 +30,12 @@
"react-native-confirmation-code-field": "^8.0.1",
"react-native-gesture-handler": "~2.24.0",
"react-native-modal-datetime-picker": "^15.0.1",
"react-native-pdf": "^6.7.7",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.11.1",
"react-native-svg": "15.11.2",
"react-native-webview": "13.13.5"
"react-native-webview": "13.13.5",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"