📚 Reference


📜 Chapter


app.json / app.config.js

Expo ScreenOrientation


app.json


{
  "expo": {
    "ios": {
      "requireFullScreen": true
    },
    "plugins": [
      [
        "expo-screen-orientation",
        {
          "initialOrientation": "DEFAULT"
        }
      ]
    ]
  }
}