react-native-parallax-scroll-view
react-native-parallax-scroll-view copied to clipboard
Can't change background color of the sticky header
trafficstars
Hi, is there a way to change the background color for the sticky header?
The default color for the header is black, and I can't override it by nesting a view because the view slides up from the bottom.
Thank you for the support.
exactly, whatever style we apply to the view of sticky header it slides up from the bottom. @scottsgcho Did you solve that issue?
maybe
<ParallaxScrollView backgroundColor="#FF0" > ?
duplicated from #51 backgroundColor is the answer, do not mistake with headerBackgroundColor