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

Set global value for configuration #14

Closed HarisSpahija closed 5 years ago

HarisSpahija commented 5 years ago

Related to #12

Story: As a developer, I want to set a global value for the navigation-bar values so I do not have to specify it on each page

Reason: Its a hassle to repeat the process of redefining the same value.

notmike101 commented 5 years ago

Default color, or just maintain current color?

Which do you think would be better?

HarisSpahija commented 5 years ago

Default color, if you do not set a color it will go back to the default color. Thats basically how android already works on plain Java

notmike101 commented 5 years ago

Makes sense, I'll see about having that implemented.