Skip to content

Releases: pavelbabenko/react-native-awesome-gallery

0.3.2

21 Mar 21:44
Compare
Choose a tag to compare

Bug Fixes

  • Fix doubleTap when onTap isn't provided

0.3.1

21 Mar 21:36
Compare
Choose a tag to compare

New Features

  • onLongPress event
  • onScaleEnd event (useful with haptic feedback)

Bug Fixes

  • Interrupt scroll on scaled image when finger is placed on screen

Improvements

  • Better scroll on scaled image

0.3.0

19 Mar 18:08
Compare
Choose a tag to compare

Breaking Changes

  • Migrate to React Native Gesture Handler v2

Fixes

  • Fix onSwipeToClose when using RNGH v2

0.2.6

21 Sep 15:10
Compare
Choose a tag to compare

New Features

  • Added disableSwipeUp prop

0.2.5

13 Sep 22:10
Compare
Choose a tag to compare

New Features

  • Added doubleTapInterval prop

Bug Fixes

  • Fixed onIndexChange sync

0.2.4

11 Sep 14:32
Compare
Choose a tag to compare

New Features

  • Added pinchEnabled prop

Other Changes

  • Fixed android launch images to be able to run example on device

0.2.3

07 Sep 09:47
Compare
Choose a tag to compare

Bug Fixes

  • Fix pan gesture on tall images

0.2.2

19 Aug 09:57
Compare
Choose a tag to compare

New Features

  • Add reset method

Improvements

  • Better handling of dimensions change (e.g portrait -> landscape)

Other Changes

  • Add Supported features to README

0.2.1

05 Aug 08:26
Compare
Choose a tag to compare

Bug Fixes

  • Fix single item scroll

0.2.0

15 Jul 13:22
Compare
Choose a tag to compare

New Features

  • Added loop prop to allow user to swipe infinitely

Bug Fixes

  • Fix onTap call when pinch, pan are active