wonday/react-native-orientation-locker

Orientation is not working in real device which ios 14+

pawansharmaAccolite opened this issue · 4 comments

Hello,

Recently i have start facing this issue in ios 14+ that device orientation is not working in ios but working fine in android
i don't received any error for this

already imported orientation.h file in appdelegate and method

(UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window {
return [Orientation getOrientation];
}
still not able to know why its stopped working

"react-native-orientation-locker": "^1.5.0",
"react": "17.0.1",
"react-native": "0.64.1",

these are the specs please provide some suggestions

I'm having same problem.

Having same issue

Probably related and potential fix: #243