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" },