Skip to content

Releases: pavelbabenko/react-native-awesome-gallery

0.3.9

12 Apr 12:24
Compare
Choose a tag to compare

What's Changed

  • fix: moving images is incorrect by @rozhkovs in #70
  • fix gallery usage on android inside Modal

New Contributors

Full Changelog: v0.3.8...v0.3.9

0.3.8

09 Dec 11:41
Compare
Choose a tag to compare

What's Changed

  • feat: doubleTapGesture must depend on pinchEnabled by @baronha in #54

New Contributors

Full Changelog: v0.3.7...v0.3.8

0.3.7

23 Nov 15:40
Compare
Choose a tag to compare

Bug fixes

  • Fix multiple double tap

Others

  • Improve pan gesture on edges

0.3.6

28 Aug 17:16
Compare
Choose a tag to compare

New Features

  • Added second parameter to setIndex(index: number, animated: boolean)
  • Support for reanimated v3

Bug fixes

  • Fix useEffect deps of dimensions
  • Fix gallery after item removing
  • Fix image disappearing with NaN. Thanks @HugoGresse

Others

  • use expo for example
  • remove shared transition from example because expo 49 doesn't support

0.3.5

11 Apr 16:05
Compare
Choose a tag to compare

Bug Fixes

  • Fix onTap & onDoubleTap

0.3.4

22 Mar 13:39
Compare
Choose a tag to compare

Improvements

  • Improve onTap event

0.3.3

21 Mar 22:26
Compare
Choose a tag to compare

New Features

  • RTL Support

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