From 069c8cbb89e6466e3f60d513fe3bbf36619ff832 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:07:57 +0100 Subject: [PATCH] chore: adjust app config --- apps/expo/app.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index ed6abb4..9a918c8 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -25,10 +25,6 @@ const defineConfig = (): ExpoConfig => ({ }, android: { package: "dev.movieweb.app", - adaptiveIcon: { - foregroundImage: "./assets/images/adaptive-icon.png", - backgroundColor: "#FFFFFF", - }, permissions: ["WRITE_SETTINGS"], }, web: {