Hi. Thank you for this awesome package. In V1 there is a possibility to change at least navigation bar color. Could you hint me if there is similar functionality in V2? Didn't find anything in the docs.
I can use separate packages for that purpose, but i don't want to add unnecessary third party dependencies.
Maybe someone can also hint me how to change android soft buttons color (navigation bar style)? It would be great. Because if i make navigation bar white - soft buttons becomes almost invisible, so need to change somehow their color also
Thanks in advance
Use statusBar option to change the color of the Android status bar.
https://wix.github.io/react-native-navigation/#/docs/styling?id=options-object-format
Yes, i can change color of statusBar, but i'm asking about navigation bar i showed on screenshot above. Thank you
You can directly change it without react-native-navigation. Try https://stackoverflow.com/a/47341768/9821453
I managed to do what i need using the following package: https://github.com/thebylito/react-native-navigation-bar-color
Thanks for your reply. This issue-question can be closed now
I got the same problem. I need to change the soft button color dynamically. It was easily possible in v1 but I can't find anything about v2...
Using a third party library is not really a solution for me.
I too have same issue, react-native-navigation-bar-color is not working for me.Can this question be reopened?
Most helpful comment
I too have same issue, react-native-navigation-bar-color is not working for me.Can this question be reopened?