Skip to content

Commit 33eb2b5

Browse files
authored
chore: Readd landscape orientations to FabricExample plist (#3669)
## Description This PR adds allowed screen orientations to iPhone that were removed react-native-community/template#183. The fix has been submitted in react-native-community/template#207, but it won't be available for some time. ## Changes Updated Info.plist for FabricExample. ## Test plan Build the app; see if rotating the screen works. ## Checklist - [ ] Ensured that CI passes
1 parent f05918b commit 33eb2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FabricExample/ios/FabricExample/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<key>UISupportedInterfaceOrientations</key>
4747
<array>
4848
<string>UIInterfaceOrientationPortrait</string>
49+
<string>UIInterfaceOrientationLandscapeLeft</string>
50+
<string>UIInterfaceOrientationLandscapeRight</string>
4951
</array>
5052
<key>UISupportedInterfaceOrientations~ipad</key>
5153
<array>

0 commit comments

Comments
 (0)