zachgibson / react-native-parallax-swiper

Paged Parallax Swiper with Effects
MIT License
623 stars 76 forks source link

Swiping one parallax swipes another parallax #24

Closed mrishan1993 closed 6 years ago

mrishan1993 commented 6 years ago

I created a flatlist which renders a parallax in each row. The problem is when I swipe one parallax, another parallax swipes as well. This is how I am rendering my parallaxes `render () { return (

{this.props.item.frame.map(function(image, i){ return ( } /> ) },this)}
)

}`

Each frame has some image urls

These are the styles I am using navBar: { display: 'flex', flex: 1, backgroundColor: '#f1f1f1', height: 400, }, backgroundImage: { width: width, height: 400 },

Please suggest.

zachgibson commented 6 years ago

If you can, please create an expo snack with your code so I can see what’s going on.

zachgibson commented 6 years ago

@mrishan1993 Since I can’t reproduce, I can’t help. Closing this.