aksonov / react-native-router-flux

The first declarative React Native router
MIT License
8.99k stars 2.11k forks source link

How to change Navbar color on different Routes #3787

Closed amPhilip closed 3 years ago

amPhilip commented 3 years ago

I have a transparent navbar on my homepage. I would like to give it a different background on every other pages an example is like About page #FF5733 Gallery #612113 contact page #135961.

How would you do that?

Context: React, no Redux.