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

[Feature]: Allow onPress on <Gallery /> items. #73

Open ItsMeJules opened 3 weeks ago

ItsMeJules commented 3 weeks ago

Summary

It would be great if Gallery items could handle their onPress themselves as for SnapBackZoom and ResumableZoom in v3.0.0.

Expected API

No response

Glazzes commented 3 weeks ago

@ItsMeJules It's been on my radar for a while, this one is more complicated as all gallery's items share a single "gesture view" for performance reasons, not only that but this one is completely detached from the items for the same reasons.

So as of today I'm still thinking whether it's a good or bad idea.