From 536513ab3f5a9e92f3360b3bc8eef6364f61a4ac Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 1 Feb 2026 09:12:29 -0800 Subject: [PATCH] fix(bug): Could not find MIME for Buffer --- app.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app.json b/app.json index 0194a62..5b9a553 100644 --- a/app.json +++ b/app.json @@ -19,14 +19,10 @@ "bundleIdentifier": "com.sentinel.app" }, "android": { - "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#459E9E" - }, "package": "com.sentinel.app" }, "web": { - "favicon": "./assets/favicon.png", + "favicon": "./assets/icon.png", "bundler": "metro" } }