This commit is contained in:
2025-07-28 10:16:07 +08:00
parent ec1eda54d7
commit 0886c56b39
11 changed files with 456 additions and 1024 deletions

View File

@@ -17,6 +17,7 @@
"dependencies": {
"@expo/server": "^0.6.2",
"@expo/vector-icons": "^14.0.2",
"@formatjs/intl-getcanonicallocales": "^2.5.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/cli": "^19.1.0",
"@react-native-community/datetimepicker": "8.4.1",
@@ -35,7 +36,7 @@
"expo-blur": "~14.1.4",
"expo-clipboard": "^7.1.4",
"expo-constants": "~17.1.6",
"expo-dev-client": "~5.2.0",
"expo-dev-client": "^5.2.4",
"expo-device": "~7.1.4",
"expo-document-picker": "^13.1.5",
"expo-file-system": "^18.1.10",
@@ -58,6 +59,7 @@
"expo-web-browser": "~14.2.0",
"form-data": "^4.0.2",
"formidable": "^3.5.4",
"intl": "^1.2.5",
"moment": "^2.30.1",
"react": "19.0.0",
"react-dom": "19.0.0",
@@ -88,6 +90,7 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli-platform-ios": "^18.0.0",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/react": "~19.0.10",