Add iPad split view support

This commit is contained in:
Zhiyuan Zheng 2022-02-06 17:34:38 +01:00
parent 9a22dc9204
commit 8fbe5d2cad
2 changed files with 4 additions and 2 deletions

View File

@ -71,13 +71,15 @@
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<false/>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>

View File

@ -3,7 +3,7 @@
"versions": {
"native": "220204",
"major": 3,
"minor": 3,
"minor": 4,
"patch": 0,
"expo": "44.0.0"
},