-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatusBar barStyle prop not working when dark-mode activated on iOS 13 beta. #26369
Comments
we are experiencing the same issue |
Related pull request #25919 |
i facing this issue too, cant change to "light-content" |
@nonoyek What we managed to do for now it just to adopt application to dark mode. I mean change light colors to dark and etc. Also you may build your app using xcode version < 11. But in this way your app will not be able to support dark theme at all. |
Has any progress? |
has there been any progress ? so far i just keep the background color of the status bar as dark so that if my app is in dark mode or light mode i can see the content |
+1 |
+1 |
1 similar comment
+1 |
working solution #26619 (comment) |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Same problem here |
Same problem here |
I upgraded to 0.62 and this issue seems resolved. |
@DenisSokoloff yes I am. On a serious note: upgraded to 0.61, and yes, it works 😉 |
I have "react-native": "0.61.5", |
+1 |
Same issue. |
Its happening to me as well. On Ios its working well. Im using Android 5 on simulator |
I don't know why, but on Android 5 |
As the docs state (https://facebook.github.io/react-native/docs/statusbar) dark-content on Android is only working for Android API >= 23. That's Android 6 and above. |
follow to solve click here |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
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
<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.
The text was updated successfully, but these errors were encountered: