Skip to content

Commit

Permalink
chore: enable landscape orientations on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Feb 19, 2025
1 parent 9ab67be commit 40d9497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/ios/example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down

0 comments on commit 40d9497

Please sign in to comment.