From e6dfe7cf5fc36eb36e561468a615ba1db61ddce5 Mon Sep 17 00:00:00 2001 From: Saivinayak <118930412+riskyhomo@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:35:51 +0530 Subject: [PATCH] Update app.json --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 8fa2d0d..0eb95df 100644 --- a/app.json +++ b/app.json @@ -4,9 +4,9 @@ "slug": "react-native-news-app", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/icon.jpg", + "icon": "./assets/icon.png", "splash": { - "image": "./assets/icon.jpg", + "image": "./assets/icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" },