From 6ca911a32741a77b1ddd0d72afda632838ae47cf Mon Sep 17 00:00:00 2001 From: Whitewater Date: Wed, 26 Feb 2025 21:43:10 +0800 Subject: [PATCH] chore(mobile): disable tablet support for iOS (#2895) --- apps/mobile/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 755704bf6..743d10e36 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -34,7 +34,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ userInterfaceStyle: "automatic", newArchEnabled: true, ios: { - supportsTablet: true, + supportsTablet: false, bundleIdentifier: "is.follow", usesAppleSignIn: true, infoPlist: {