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

Compatibility with ListView

Open anthonywebb opened this issue 10 years ago • 2 comments
trafficstars

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 avatar Sep 11 '15 05:09 anthonywebb

@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.

jaysoo avatar Dec 16 '15 04:12 jaysoo

@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

waleedarshad-vf avatar Sep 21 '16 12:09 waleedarshad-vf