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 - } - ] ] } }