Exclude Status Bar from Splash Screen

Is there a proposed way to make sure the StatusBar do not show on the splash screen?

I have this in my app.json

    "splash": {
      "image": "./assets/icons/splash.png",
      "backgroundColor": "#f91343"
    },

Hey @multitown,

This is a known issue https://docs.expo.io/versions/v27.0.0/guides/splash-screens#ios-splash-screen-status-bar-is-white but there isn’t a current solution to achieve what you want.

Cheers,

Adam

1 Like

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