Update dependencies and enhance Dashboard and Landing pages with new features and UI improvements

This commit is contained in:
2026-01-14 09:52:19 +00:00
parent 58e5889b89
commit 4339b79455
7 changed files with 2062 additions and 997 deletions

View File

@@ -9,17 +9,19 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~54.0.27",
"expo-status-bar": "~3.0.9",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/bottom-tabs": "^6.5.11",
"react-native-screens": "~3.31.1",
"react-native-safe-area-context": "4.10.1",
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "~54.0.27",
"expo-status-bar": "~3.0.9",
"nanoid": "^5.0.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"nanoid": "^5.0.7"
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@types/react": "~19.1.0",