From 6b69250ecb6f07580279e4d65c5298fd1c658cc1 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 12 Aug 2024 19:26:39 +0200 Subject: [PATCH] fix: splash screen background color --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 7e15560b..52c2504a 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", - "backgroundColor": "#ffffff" + "backgroundColor": "#29164B" }, "jsEngine": "hermes", "assetBundlePatterns": ["**/*"],