react-native-parallax-scroll-view icon indicating copy to clipboard operation
react-native-parallax-scroll-view copied to clipboard

Can't change background color of the sticky header

Open iwmitt opened this issue 8 years ago • 3 comments
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.

iwmitt avatar Mar 12 '17 16:03 iwmitt

exactly, whatever style we apply to the view of sticky header it slides up from the bottom. @scottsgcho Did you solve that issue?

bispul avatar Nov 17 '17 07:11 bispul

maybe <ParallaxScrollView backgroundColor="#FF0" > ?

mickadoua avatar Nov 28 '17 17:11 mickadoua

duplicated from #51 backgroundColor is the answer, do not mistake with headerBackgroundColor

dengue8830 avatar Apr 28 '18 22:04 dengue8830