React Native Awesome Gallery Versions Save

Performant, native-like, and well-customizable gallery for React Native.

v0.3.9

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/pavelbabenko/react-native-awesome-gallery/compare/v0.3.8...v0.3.9

v0.3.8

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pavelbabenko/react-native-awesome-gallery/compare/v0.3.7...v0.3.8

v0.3.7

5 months ago

Bug fixes

  • Fix multiple double tap

Others

  • Improve pan gesture on edges

v0.3.6

8 months ago

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

v0.3.5

2 years ago

Bug Fixes

  • Fix onTap & onDoubleTap

v0.3.4

2 years ago

Improvements

  • Improve onTap event

v0.3.3

2 years ago

New Features

  • RTL Support

v0.3.2

2 years ago

Bug Fixes

  • Fix doubleTap when onTap isn't provided

v0.3.1

2 years ago

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

v0.3.0

2 years ago

Breaking Changes

  • Migrate to React Native Gesture Handler v2

Fixes

  • Fix onSwipeToClose when using RNGH v2