Use app.json to set dark ios status bar

Please provide the following:

  1. SDK Version: lates
  2. Platforms(Android/iOS/web/all): iOS

In my app.json I added this:

"ios": {
  "infoPlist": {
    "UIStatusBarStyle": "UIStatusBarStyleLightContent",

I also want to try UIStatusBarStyleDarkContent

I want to test this, but I’m not able too. It’s always dark though, is there a way to test this without publishing prod version?

Will this actually change the status bar style?

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