Unable to set status bar dark from plist

Please provide the following:

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

In my app.json I updated the plist section to be this:

  "infoPlist": {
    "UIStatusBarStyle": "UIStatusBarStyleDarkContent",

However it is not making the status bar dark. Is there anyway to make this work from the plist? I don’t want to use the <StatusBar> component.

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