Please provide the following:
- SDK Version: 40
- Platforms(Android/iOS/web/all): iOS
When running my app in expo go, the app is only semi-locked into portrait. When I rotate the device, the bottom-half of the app animates to landscape, and my bottom navigation labels move to beside the icons. Otherwise, the app stays mostly portrait. Here is the setting I have in app.json:
{
“expo”: {
…other configuration,
“orientation”: “portrait”
}
}
What else can I try to lock the orientation to portrait?