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

Shorten colors causes an app crash #53

Open bezenson opened 3 years ago

bezenson commented 3 years ago

changeNavigationBarColor('#000', true, false) will make app crash.

changeNavigationBarColor('#000000', true, false) is ok

SrBrahma commented 2 years ago

Thanks! I almost gave up on using this lib. This is better than https://github.com/kadiraydinli/react-native-system-navigation-bar because this later was making my screen bump/jump when changing color just after the splash screen.