react-native-orientation-locker
react-native-orientation-locker copied to clipboard
flip initial orientation bug introduced from the library
The first time the application loads, the orientation is not set to portrait and it will spin around itself creating an ugly animation effect
this bug was introducted from both react-native-orientation
and also react-native-orientation-locker
+1 we are also experiencing this issue with version 1.1.8. More specifically with iPad Gen 3 v13.3
I also encountered this issue. I addressed it by patching this line to start the app with orientation locked to portrait.
I also encountered this issue. I addressed it by patching this line to start the app with orientation locked to portrait.
Yes, can confirm that this solves the issue.