From cc2c3757514cbefe418185173ff79a4ec5b01d6f Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Tue, 29 Jul 2025 21:24:38 +0200 Subject: [PATCH] Fix icon --- xtablo-expo/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtablo-expo/app.json b/xtablo-expo/app.json index a16d24b..5c42203 100644 --- a/xtablo-expo/app.json +++ b/xtablo-expo/app.json @@ -4,7 +4,7 @@ "slug": "xtablo-expo", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/images/icon.png", + "icon": "./assets/images/logo.png", "scheme": "com.xtablo.app", "userInterfaceStyle": "automatic", "newArchEnabled": true,