You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me, on iOS 13 the StatusBar has disappeared (or is white on white) and I can't quite adjust it by setting <Header iosBarStyle="dark-content" />
Happens with Dark Mode on and off.
But it looks like it has nothing to do with NativeBase. React-native needs to be updated to support it: facebook/react-native#26369
NativeBase overrides the color of StatusBar with the color from plarform.js or other theme applied to app and does not handle the appearance state change event(when dark or light os theme enabled) for iOS 13/ Android Q.
Hi @SmirnovM91 , you cannot set different-different colors on iOS Bar. This feature is limited for now. Closing for now. Let us know if any other issue occurs.
I have gone through these following points
Issue Description
iOS 13 StatusBar change color is not working via variables
node, npm, react-native, react and native-base version, expo version if used, xcode version
Expected behaviour
Actual behaviour
Steps to reproduce
Is the bug present in both iOS and Android or in any one of them?
Any other additional info which would help us debug the issue quicker.
###Important
If you want your issue to be looked at quicker, attach a snack reproducible with your issue. Makes it easier for us!
The text was updated successfully, but these errors were encountered: