thebylito / react-native-navigation-bar-color

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

Update NavigationBarColorModule module #21

Closed franciscomorais closed 4 years ago

franciscomorais commented 4 years ago

This PR adds withoutAnimation argument in changeNavigationBarColor method to disable animation.

Closes #20

notmike101 commented 4 years ago

For function changes like this, you need to update /src/index.js as well. Please do that, then I'll merge it in.

franciscomorais commented 4 years ago

I already update the PR. Please take another look. thanks.