You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.