From ecc216ef6227bd1a10947063d200a3e186ad0130 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Tue, 19 Mar 2024 22:07:47 +0100 Subject: [PATCH] same background color as splash image --- apps/expo/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index 98dffdc..85a1434 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -13,7 +13,7 @@ const defineConfig = (): ExpoConfig => ({ splash: { image: "./assets/images/splash.png", resizeMode: "contain", - backgroundColor: "#ffffff", + backgroundColor: "#000000", }, updates: { fallbackToCacheTimeout: 0,