pavelbabenko / react-native-awesome-gallery

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

Suggestion: Loop and onTap issue #21

Closed valeriashpiner closed 3 years ago

valeriashpiner commented 3 years ago

Hello! Thank you for the great library @pavelbabenko!

I really like the code inside and whole functionality, it works perfectly. I would like to know: Do you have the possibility to implement a loop in Gallery? I think it will be a great addition.

I also facing the issue when my single tap function calls even when I zoom in and zoom out. Probably because of conflict PinchGestureHandler and TapGestureHandler between each other. Can it be two separate actions?

Thanks!

pavelbabenko commented 3 years ago

Hi @valeriashpiner Thank you for your suggestion and issue I added loop prop and fixed tap in v0.2.0