Glazzes / react-native-zoom-toolkit

Zoom anything you want! Most complete pinch to zoom utilities for React Native
https://glazzes.github.io/react-native-zoom-toolkit/
MIT License
192 stars 11 forks source link

[Question]: How to use a different animation when swiping in the gallery #25

Closed daviddamilola closed 5 months ago

daviddamilola commented 5 months ago

Summary

Thank you for this amazing library.

Is it possible to use a different animation when swiping between images in the Gallery component? If not, is it possible to remove it all together?

Glazzes commented 5 months ago

Hi and thank you 👋!

At the moment that's the only animation supported and can not be changed, however there are plans to support a basic "no animation" mode (a slider) as well as vertical mode.

Glazzes commented 5 months ago

Just release version 2.0.1, slider mode is now the default and you can build your own scroll animation if you have the knowledge to do so.