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

A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.

Results 129 react-native-orientation-locker issues
Sort by recently updated
recently updated
newest added

First: nice ❤️ library guys! I got the library set up correctly and it is working perfectly on `iOS` and `Android`. However, on android I do receive the events but...

Otherwise Typescript will complain that they're assumed to be any

StatusBar is not hidden when in landscape mode on android but it's still work on ios.

When I `lockToLandscape` a white blank space gets display which is not a good experience. And also how to make a smooth transition when `orientation` changes

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

two methods are now required when calling _new NativeEventEmitter_ removeListeners & addListener This is due to a new requirement in ReactNative.

After configured according to the document, if we do not use "Orientation. LockToPortrait () to lock page, is the default page can rotate? Here is the configuration I did and...

My app working only in portrait mode.I got the feature to make a React-native-video in full screen mode. for that i downloaded this pkg. Because of keeping the below lines...

Actual Behaviour: I'm loading a dynamic form in a SectionList. I am supposed to implement signature capture in landscape mode by navigating to another screen on button press and come...