-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orientation is not working in real device which ios 14+ #419
Comments
yes I too facing the same issue, on ios 16, the orientation is not working, Can someone please help? |
#411 we are still waiting for fixes. |
hii @pawansharmaAccolite did you fix the issue i am also facing same problem |
@swaroopaillinda You can use patch-package to this patch react-native-orientation+3.1.3.patch for hot fix Store it in the folder in package.json
|
This patch seems to work for me |
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
return [Orientation getOrientation];
}
still not able to know why its stopped working
"react-native-orientation": "^3.1.3",
"react": "17.0.1",
"react-native": "0.64.1",
these are the specs please provide some suggestions
also received this error for ios 16
None of the requested orientations are supported by the view controller. Requested: landscapeLeft; Supported: portrait
The text was updated successfully, but these errors were encountered: