This commit is contained in:
Ryan Chen
2025-06-26 20:19:21 -04:00
parent 948f36ffc1
commit ff29bccb95
23 changed files with 11614 additions and 11507 deletions

View File

@@ -10,9 +10,16 @@
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native/new-app-screen": "0.80.0",
"@react-navigation/bottom-tabs": "^7.4.2",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"react": "19.1.0",
"react-native": "0.80.0",
"@react-native/new-app-screen": "0.80.0"
"react-native-safe-area-context": "^5.5.0",
"react-native-screens": "^4.11.1",
"react-native-webview": "^13.15.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -37,4 +44,4 @@
"engines": {
"node": ">=18"
}
}
}