moschan / react-native-flip-card

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

Bug when using onFlipEnd to set clickable to false #110

Open clairefleckney opened 1 month ago

clairefleckney commented 1 month ago

Testing on an Android device. I want the cards to be 'un-flippable' once they get flipped. However using onFlipEnd to set the clickable prop to false causes the view for the second side to mirror in the direction of the flip after a half second.

Before the card is flipped: one

Immediately after the card is flipped: two

Roughly half a second after the flip animation is finished: three