bottomTabs Appearance have changed when I turned on "Dark Mode"
How to manage these Colors (bg, icon, text)?
How to disable this appearance change?
https://wix.github.io/react-native-navigation/#/docs/layout-types?id=bottomtabs


You can disable Dark Mode for your app if you add User Interface Style: Light to your Info.plist. (needs xcode 11 to do that)
However, I'm not sure how you can check whether the device has dark mode enabled or not.
It works! Thank you very much!
@markhomoki I'm trying to migrate from react-navigation to this library because I like things to be native, but is fixing the dark mode support on your roadmap? I want my app to support dark mode.
About the tab icons, does setting tint color help with this?
Most helpful comment
You can disable Dark Mode for your app if you add
User Interface Style:Lightto your Info.plist. (needs xcode 11 to do that)However, I'm not sure how you can check whether the device has dark mode enabled or not.