From a1ec69eb04c2d665f158e99a599cf95e56733ffc Mon Sep 17 00:00:00 2001 From: Innei Date: Sat, 19 Apr 2025 20:20:33 +0800 Subject: [PATCH] chore: remove unnessary config Signed-off-by: Innei --- apps/mobile/app.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index d10dc1995..1d3e994e9 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -41,11 +41,6 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ userInterfaceStyle: "automatic", newArchEnabled: true, ios: { - icon: { - dark: "./assets/images/ios-dark.png", - light: iconPath, - tinted: "./assets/images/ios-tinted.png", - }, supportsTablet: true, bundleIdentifier: "is.follow", usesAppleSignIn: true,