From 8fbe5d2cadc8733472015095c71b7b0c22af6a49 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Sun, 6 Feb 2022 17:34:38 +0100 Subject: [PATCH] Add iPad split view support --- ios/tooot/Info.plist | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ios/tooot/Info.plist b/ios/tooot/Info.plist index 7baa3965..932e4fba 100644 --- a/ios/tooot/Info.plist +++ b/ios/tooot/Info.plist @@ -71,13 +71,15 @@ armv7 UIRequiresFullScreen - + UIStatusBarHidden UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight UIUserInterfaceStyle Automatic diff --git a/package.json b/package.json index fdb60233..7cc1f68c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "versions": { "native": "220204", "major": 3, - "minor": 3, + "minor": 4, "patch": 0, "expo": "44.0.0" },