yamill/react-native-orientation

Landscape orientation to particular screen

gopikasireddy202 opened this issue · 2 comments

Hi,

In my app I am enabled only portrait mode in Xcode and other remaining mode is disabled in Xcode for iOS only.

When I am navigate to particular screen, how to change the orientation from portrait to landscape mode for iOS.

Thank you.

Hi @gopikasireddy202 , I am currently facing the issue.
My solution is to enable other mode in Xcode and disable with the react-native-orientation libary. Hope this helps