From 14db29ab61e77a86b39986a8e69228a90c9e1d4d Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Thu, 11 Sep 2025 10:40:42 +0500 Subject: [PATCH] wip --- app.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app.json b/app.json index f8e6be6..996a7b1 100644 --- a/app.json +++ b/app.json @@ -33,18 +33,6 @@ }, "plugins": [ "expo-font", - [ - "expo-splash-screen", - { - "backgroundColor": "#17b69b", - "image": "./assets/splash-icon.png", - "dark": { - "image": "./assets/splash-icon.png", - "backgroundColor": "#232323" - }, - "imageWidth": 200 - } - ] ] } }