react-native-navigation-bar-color
react-native-navigation-bar-color copied to clipboard
Shorten colors causes an app crash
changeNavigationBarColor('#000', true, false) will make app crash.
changeNavigationBarColor('#000000', true, false) is ok
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.