react-native-orientation
react-native-orientation copied to clipboard
iOS 16 support
iOS 16 changed how we lock the device into a specific orientation
Is there a reason why this isn't merged yet?
#421 Is there a possibility to go a step further with the support relationship with iOS version 16?
I tried this patch but it is not working. I am not able to lock device orientation to portrait mode in Iphone 7 plus IOS 15.7.3. Here is my code
useEffect(() => {
Orientation.lockToPortrait();
}, []);