wonday / react-native-orientation-locker

A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.
MIT License
763 stars 274 forks source link

Add support for new iOS orientation API on newer OS versions #294

Closed Tuuben closed 7 months ago

Tuuben commented 8 months ago

Hello I've updated the Orientation.mm file to support the new iOS orientation API. We currently have these changes patched in our project but it would be nice to get these fixes merged into the actual package.

Changes:

Let me know if there is any issues with these changes @wonday , thanks :)