fix: prevent black screen on launch by holding splash until settings ready
Release APK / build (push) Has been cancelled

Add SplashScreen.preventAutoHideAsync() at module level and hideAsync()
once SecureStore reads complete. Add splash backgroundColor to app.json
to match app theme. Wrap layout in SafeAreaProvider.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 09:00:39 +02:00
parent c414ddc4fa
commit 86303e5c84
2 changed files with 32 additions and 19 deletions
+3
View File
@@ -6,6 +6,9 @@
"orientation": "portrait",
"userInterfaceStyle": "dark",
"backgroundColor": "#0f1117",
"splash": {
"backgroundColor": "#0f1117"
},
"scheme": "sheethappens",
"android": {
"adaptiveIcon": {