react-native-flip-card
react-native-flip-card copied to clipboard
Doesnt work with flatlist
While using FlipCard with flat list it animates all the rendered images on click of any one image.
I have FlipCard working within a FlatList. If I had to guess, you're likely not binding the flip on a per-instance basis.
@derekbrown Can you please share the code to show how to bind the flip on a per-instance basis !
@itsVagabond Set and toggle the flip state inside a separate child component, then use the renderItem property of FlatList to render those child components.