react-native-orientation-locker
react-native-orientation-locker copied to clipboard
Orientation.addOrientationListener not firing with the correct orientation on Android
In React Native 81.1, the listener will fire and give the previous orientation, not the current one. Using a setTimeout and getOrientation will give the correct orientation but obviously that is a terrible work around.
how you implement this library in RN 81.1 ? , you have implemented with new architecture ? , could help me to integrate ?