react-native-navigation-bar-color icon indicating copy to clipboard operation
react-native-navigation-bar-color copied to clipboard

Shorten colors causes an app crash

Open bezenson opened this issue 4 years ago • 1 comments

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

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

bezenson avatar Jun 14 '21 14:06 bezenson

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.

ftzi avatar Sep 29 '21 20:09 ftzi