Skip to content

Releases: JungHsuan/react-native-gesture-flip-card

v1.1.0

10 Nov 08:30
1795f6d
Compare
Choose a tag to compare
  1. Create a new example app app and remove the old example
  2. (Breaking change renderBack and renderFront are passing through props instenad of passing by childr
  3. (new) Add a argument in onFlipEnd function, it will return a boolean value(1: front and 0 for back) when the flip animation end
  4. (new) Add a new props: onFaceChanged function, it will retrun a boolean value(1: front and 0 for back) when the face is changed.

v1.0.6

07 Jul 09:35
febb69e
Compare
Choose a tag to compare
  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

12 Mar 09:02
1466c86
Compare
Choose a tag to compare

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.