expo screen orientation not supporting for me to lock for landscape mode in iPad Mini 4

For my expo react native project, I am trying to lock screen in landscape mode for iPad using the below command , but it is not working. please help on this,

ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.LANDSCAPE).

“expo”: “~40.0.0”,
“expo-screen-orientation”: “~2.1.0”,
Platform : iOS

Device : iPad Mini 4

Hey @sdinesece, this is expected behavior. Please read this note from the docs regarding iPad behavior.

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.