Closed luskin closed 1 year ago
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
styles.xml
<item name="android:statusBarColor">@color/black</item>
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
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 itEnvironment