Skip to content

Releases: pavelbabenko/react-native-awesome-gallery

0.4.2

30 Jul 10:16
Compare
Choose a tag to compare

Fixes

  • Fix RTL

0.4.1

29 Jul 17:34
Compare
Choose a tag to compare

New Features

  • swipeEnabled prop
  • onTranslationYChange worklet callback

Bug Fixes

  • Fix zoom out animation

Other Changes

  • Added toScale param to onDoubleTap callback
  • Added scale param to onScaleStart callback

0.4.0

24 Jun 18:06
Compare
Choose a tag to compare

Fixes:

  • Fix unnecessary View rendering

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