react-native-parallax-view
react-native-parallax-view copied to clipboard
Compatibility with ListView
When I put content inside a "view" it will display, but not when my content is in a "ListView". Are there any plans to support the same style control but with a ListView for the body? @lelandrichardson
@anthonywebb You could try out this component I wrote.
Here's an example using it with ListView: https://github.com/jaysoo/react-native-parallax-scroll-view/blob/master/Example/Talks.js#L53-L107
You basically want the ListView to be the top-level component, and plug inParallaxScrollView using renderScrollComponent.
@anthonywebb there are many issue opened for provide component. onReachEnd callback is not working. is it possilbe to use reac-native-parallel-view with ilstview