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

stickyHeaderIndices prop from React Native ScrollView is not working

Open mafiusu opened this issue 5 years ago • 1 comments

Hello I've just read the documentation about this GitHub Project "react-native-parallax-scroll-view" and there was a mention that all of the properties of ScrollView are supported.

But I tried to use the stickyHeaderIndices ScrollView prop from React Native and it doesn't snap the children to the header which I determine in the prop.

For more information about the StickyHeaderIndices and what it exactly does here: https://facebook.github.io/react-native/docs/scrollview#stickyheaderindices

mafiusu avatar May 23 '19 13:05 mafiusu

@mafiusu Here is a MR with a fix https://github.com/i6mi6/react-native-parallax-scroll-view/pull/134/files

DaveLomber avatar Sep 17 '19 07:09 DaveLomber