Fix: Resolve app loading timeout issues

- Update incompatible dependencies to match Expo SDK 54
- Add metro.config.js with increased timeout
- Temporarily disable react-native-chart-kit to fix loading
- Add placeholder for charts in AnalysisScreen
- Add TROUBLESHOOTING.md guide
- Fix TypeScript error in helpers.ts formatDate function
This commit is contained in:
2025-10-23 15:08:17 +02:00
parent 2f61e41d0d
commit fc1274b59d
5 changed files with 233 additions and 52 deletions

View File

@@ -9,7 +9,7 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.5.0",
"@react-navigation/native": "^7.1.18",
"@react-navigation/stack": "^7.5.0",
@@ -20,11 +20,11 @@
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "^2.29.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "^4.1.3",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.18.0",
"react-native-svg": "^15.14.0"
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1"
},
"devDependencies": {
"@types/react": "~19.1.0",