Please provide the following:
- SDK Version: expo v39.0.0
- Platforms(Android/iOS/web/all): iOS
ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.LANDSCAPE_RIGHT);
does not work when Modal from ‘react-native’ is visible.
The app was in landscape, but when Modal opens, the app instantly turn back to portrait.