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

Light & Animated Flag not working in 2.0.2 #62

Open mcritter42 opened 1 year ago

mcritter42 commented 1 year ago

on version 2.0.2 the light flag nor the animated flag are working as expected, would always revert to the defaults. experienced on android 13 pixel 6 using react-native 0.70.6.

changeNavigationBarColor( '#FFFFFF', true true, );

    would result in white icons and a while background.
    downgraded to 2.0.1 and this issue was not present.