wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

[V2] Android Navigator Style Color Change #3526

Closed luskin closed 1 year ago

luskin commented 6 years ago

Issue Description

V2 documentation is missing information on how to set the navigator style on Android, has anybody come across the solution in V2?

You can set a color in your styles.xml like so: <item name="android:statusBarColor">@color/black</item> but this does not allow you to change it

navigatorsytlemissing


Environment

SudoPlz commented 1 year ago

We can do that via this prop: https://wix.github.io/react-native-navigation/api/options-navigationBar/#backgroundcolor

I think we can close this now