moschan / react-native-flip-card

The card component which has a motion of flip for React Native(iOS/Android)
MIT License
390 stars 108 forks source link

Doesnt work with flatlist #67

Closed ghost closed 1 year ago

ghost commented 6 years ago

While using FlipCard with flat list it animates all the rendered images on click of any one image.

derekbrown commented 5 years ago

I have FlipCard working within a FlatList. If I had to guess, you're likely not binding the flip on a per-instance basis.

itsVagabond commented 5 years ago

@derekbrown Can you please share the code to show how to bind the flip on a per-instance basis !

derekbrown commented 5 years ago

@itsVagabond Set and toggle the flip state inside a separate child component, then use the renderItem property of FlatList to render those child components.