thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
275 stars 50 forks source link

The nav icons colors revert back to default white when changing screen from one page to another #12

Closed ManigandanRaamanathan closed 5 years ago

ManigandanRaamanathan commented 5 years ago

The nav icons colors revert back to default white when changing screen from one page to another. Couldn't fix this issue. Only happens when opening a screen and going back to old screen.

I'm changing the background color from white to blue, therefore, when the background is white i'm setting it with the boolean to dark and making it white when changed into white screen.

notmike101 commented 5 years ago

If I remember correctly, you need to set the colors again on each page. Give that a try and get back to me.

HarisSpahija commented 5 years ago

Can we make an option to set a global value for all items that need to be configured?

notmike101 commented 5 years ago

@HarisSpahija I'll look into it. Make a new issue really quick?

HarisSpahija commented 5 years ago

@notmike101 See #14

HarisSpahija commented 5 years ago

This is issue can be closed due to a new issue on #14