Shorten colors causes an app crash
bezenson opened this issue · 1 comments
bezenson commented
changeNavigationBarColor('#000', true, false)
will make app crash.
changeNavigationBarColor('#000000', true, false)
is ok
SrBrahma commented
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.