pavelbabenko / react-native-awesome-gallery

Performant, native-like, and well-customizable gallery for React Native.
MIT License
495 stars 54 forks source link

Reduced motion causes snapping #87

Open adambremler opened 1 month ago

adambremler commented 1 month ago

The reduced motion setting on iOS causes snapping when swiping horizontally.

WITHOUT reduced motion: https://github.com/user-attachments/assets/176dfb11-0803-4928-815d-cd44f691a251

WITH reduced motion: https://github.com/user-attachments/assets/ac5ca9e4-a52c-4f74-8605-27b6a04885f4

We would like to use this library but this is a blocker for us. Is this behaviour intentional? And if so it would be great to be able to turn it off with a prop or something regardless of the device's setting.