chore(mobile): disable tablet support for iOS (#2895)

This commit is contained in:
Whitewater 2025-02-26 21:43:10 +08:00 committed by GitHub
parent d9846a717d
commit 6ca911a327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
userInterfaceStyle: "automatic",
newArchEnabled: true,
ios: {
supportsTablet: true,
supportsTablet: false,
bundleIdentifier: "is.follow",
usesAppleSignIn: true,
infoPlist: {