StatusBar barStyle prop not working when dark-mode activated on iOS 13 beta.
See original GitHub issueOn iOS 13 beta, I’m trying to change the style of the status bar using the StatusBar component, but it doesn’t work when the System’s Appearance is set to Dark. Note that it does work as expected when the System’s Appearance is light.
React Native version: 0.59.1
Steps To Reproduce
- On iOS 13 beta, change the system’s Appearance to Dark in Settings -> Developer.
- Try to set the barStyle prop on the StatusBar component to “dark-content”:
<StatusBar barStyle="dark-content" />
Describe what you expected to happen:
I expect the color of status bar elements (battery, network…) to be black, but they remain white.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:47
- Comments:25 (1 by maintainers)
Top Results From Across the Web
Status Bar appearance not working as it should - with iOS 13 ...
When Dark Mode is OFF: I always get default status bar style even when I override status bar style in VC2. When Dark...
Read more >barTintColor not working in iOS 15 | Apple Developer Forums
Hi,. When I run the following code in application(_ :didFinishLaunchingWithOptions) in iOS 15, the bar color turns transparent (thus, showing the black ...
Read more >Change Log - CocoaPods
New helper methods to: deal with cutout paths that aren't anchored to a specific view;; update all coach mark properties at once. 2.0.1....
Read more >Changelog | PSPDFKit for iOS
Fixes page changes using actions (e.g. links) not being animated when the destination page has a lower page index than the current page...
Read more >@expo/configure-splash-screen | Yarn - Package Manager
You can use it to configure your native iOS and Android project according to your needs without opening Xcode or Android Studio.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same problem here
+1