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

flip initial orientation bug introduced from the library

Open fabOnReact opened this issue 5 years ago • 3 comments

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

ezgif-1-4e44c0b66398

fabOnReact avatar Oct 23 '19 11:10 fabOnReact

+1 we are also experiencing this issue with version 1.1.8. More specifically with iPad Gen 3 v13.3

mharrison-nzme avatar May 13 '20 04:05 mharrison-nzme

I also encountered this issue. I addressed it by patching this line to start the app with orientation locked to portrait.

Ashoat avatar Sep 11 '20 21:09 Ashoat

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.

20pac avatar Aug 05 '21 08:08 20pac