From d8ed59a8ccf0a4d56df9ab8856e3ecb1277c5b9d Mon Sep 17 00:00:00 2001 From: jfrye122 Date: Tue, 21 Mar 2023 12:12:46 -0400 Subject: [PATCH] fixed name splash image in app to match asset name --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index bfe656e..e409858 100644 --- a/app.json +++ b/app.json @@ -32,7 +32,7 @@ ] }, "splash": { - "image": "./assets/Splash.png", + "image": "./assets/splash.png", "backgroundColor": "#efefef" }, "notification": {