Closed
Description
On 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.