thebylito/react-native-navigation-bar-color

Shorten colors causes an app crash

bezenson opened this issue · 1 comments

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.