From 61bcb6aa3f6196987c2447cdb1e2a9d48c3ed545 Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Thu, 11 Sep 2025 12:12:56 +0500 Subject: [PATCH] Remove dark mode configuration from splash screen settings in app.json --- app.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.json b/app.json index f8e6be6..5d1d617 100644 --- a/app.json +++ b/app.json @@ -38,10 +38,6 @@ { "backgroundColor": "#17b69b", "image": "./assets/splash-icon.png", - "dark": { - "image": "./assets/splash-icon.png", - "backgroundColor": "#232323" - }, "imageWidth": 200 } ]