react-native-orientation icon indicating copy to clipboard operation
react-native-orientation copied to clipboard

iOS 16 support

Open walterade opened this issue 2 years ago • 3 comments

iOS 16 changed how we lock the device into a specific orientation

walterade avatar Dec 19 '22 03:12 walterade

Is there a reason why this isn't merged yet?

James-revans avatar Jan 22 '23 01:01 James-revans

#421 Is there a possibility to go a step further with the support relationship with iOS version 16?

Aysta453 avatar Jan 23 '23 07:01 Aysta453

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();
  }, []);

ajayranga avatar Apr 05 '23 11:04 ajayranga