Debug: Add loading and error screens to diagnose startup issues

This commit is contained in:
2025-10-23 17:20:24 +02:00
parent 051915a2bd
commit 5c68a49824
4 changed files with 248 additions and 8 deletions

View File

@@ -40,6 +40,11 @@
"eas": {
"projectId": "your-project-id"
}
},
"updates": {
"enabled": false,
"checkAutomatically": "ON_ERROR_RECOVERY",
"fallbackToCacheTimeout": 0
}
}
}