From 823e8f870b43807f1237cd06b2be43cf95db54ca Mon Sep 17 00:00:00 2001 From: Whitewater Date: Wed, 2 Apr 2025 20:57:59 +0900 Subject: [PATCH] fix(mobile): remove workaround for react-native-track-player (#3390) --- apps/mobile/app.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 968b7c2f8..4fba362ed 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -78,8 +78,6 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ googleServicesFile: "./build/GoogleService-Info.plist", }, android: { - // Workaround for https://github.com/doublesymmetry/react-native-track-player/issues/2293 - newArchEnabled: false, package: "is.follow", adaptiveIcon: { foregroundImage: adaptiveIconPath,