React Native Gesture Flip Card Versions Save

A card flipping animation component using gesture for react-native.

v1.0.6

1 year ago
  1. Update the example to use react-native 0.67.3
  2. Use LogBox to ignore unnecessary warnings. (To use LogBox you need to upgrade react-native to at least 0.63 )

v1.0.5

3 years ago

Breaking changes:

  1. Change to functional component
  2. Change doFlip() to flipRight() and flipLeft()
  3. Add props gestureEnabled to enable or disable gestures.
  4. Bug fixing.