react-native-parallax-scrollview
react-native-parallax-scrollview copied to clipboard
Color Changing Header
When i scroll, the header changes color as though it's animated alongside the scroll?
Oddly, this only happens if i use RGBA / Hex codes or rarely used 'wordcolors' like 'deepskyblue' in the navBarColor prop
If i just set it as 'black' or ' blue' etc then it just stays solid (this is the behaviour i'd want and expect given the lack of prop to turn off animated changing colours in the header )
I am experiencing the same issue. Works good with "blue". Doesn't work with hex
Is there any known workaround?
Not sure why, but when I installed this library this line was missing in the installed module: https://github.com/Monte9/react-native-parallax-scrollview/blob/33c527709c1e850369bf8fc8bcc958373c6982ba/src/ParallaxScrollView.js#L181