Closed Jahans3 closed 5 years ago
I was unable to achieve the styles I wanted, so I added the following props to the scroll view:
headerContainerStyle
Animated.View
disableHeaderGrow
disableOverlay
transparent
Thank a lot for your contribution.
I made some changes before merging here but your commits are now in the master branch!
I was unable to achieve the styles I wanted, so I added the following props to the scroll view:
headerContainerStyle
- style object that gets passed to theAnimated.View
header container (useful for shadow overlaying scrolling container).disableHeaderGrow
- disables the scale transform animation on the headerdisableOverlay
- prevents overlay from rendering (useful for when setting totransparent
isn't enough)