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