chore(mobile): disable tablet support for iOS (#2895)
This commit is contained in:
parent
d9846a717d
commit
6ca911a327
|
|
@ -34,7 +34,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|||
userInterfaceStyle: "automatic",
|
||||
newArchEnabled: true,
|
||||
ios: {
|
||||
supportsTablet: true,
|
||||
supportsTablet: false,
|
||||
bundleIdentifier: "is.follow",
|
||||
usesAppleSignIn: true,
|
||||
infoPlist: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue