This commit is contained in:
2025-07-25 14:11:06 +08:00
parent 9add32c8ba
commit 6cb6d22fc0
52 changed files with 425 additions and 3474 deletions

View File

@@ -18,6 +18,7 @@
"@expo/server": "^0.6.2",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/cli": "^19.1.0",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-firebase/app": "^22.4.0",
"@react-native-firebase/database": "^22.4.0",
@@ -45,6 +46,8 @@
"expo-linear-gradient": "~14.1.4",
"expo-linking": "~7.1.5",
"expo-media-library": "~17.1.6",
"expo-modules-autolinking": "~2.1.0",
"expo-modules-core": "^2.5.0",
"expo-notifications": "~0.31.3",
"expo-router": "~5.1.4",
"expo-sharing": "^13.1.5",
@@ -94,5 +97,9 @@
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"private": true
"private": true,
"trustedDependencies": [
"@firebase/util",
"protobufjs"
]
}