EAS Build disables landscape mode (iOS)

Hi all,

when using Expo Go our app works 100% fine on iOS, but when we run a EAS Build and load the app from Testflight or the app store, the landscape mode of the app doesn’t work anymore. Any ideas?

Best regards,

  • Daniel

I’m not sure, but maybe have a look at this Warning.

See if adding this to app.json helps:

{
  "expo": {
    "ios": {
      "requireFullScreen": true
    }
  }
}