react-native-parallax-scroll-view
react-native-parallax-scroll-view copied to clipboard
ListView example broken (onScroll)
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 onScroll can used instead inplace of onReachedEnd?