feat: complete Sprint 3 Expo mobile app scaffold + all screens

This commit is contained in:
Nemo
2026-03-23 18:44:25 +08:00
parent 745321e5bd
commit e90ffc9fb3
15 changed files with 1741 additions and 250 deletions

View File

@@ -9,7 +9,7 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^3.0.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"expo": "~55.0.8",
@@ -25,13 +25,14 @@
"nativewind": "^4.2.3",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"tailwindcss": "^4.2.2",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.23.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.2.2",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
},
"private": true