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

ListView example broken (onScroll)

Open andreialecu opened this issue 9 years ago • 1 comments

Not sure if this is due to React Native 0.24 or not, but in the ListView example https://github.com/jaysoo/react-native-parallax-scroll-view/blob/master/examples/ListView/Talks.js#L55

This line should be onScroll={props.OnScroll} otherwise the underlying ListView will not receive proper scroll events and will not be able to update or render new rows when scrolling big lists down.

andreialecu avatar Apr 25 '16 15:04 andreialecu

@andreialecu onScroll can used instead inplace of onReachedEnd?

waleedarshad-vf avatar Sep 22 '16 06:09 waleedarshad-vf