nandorojo / galeria

The React (Native) Image Viewer. 📷
119 stars 6 forks source link

what about touchables? #5

Closed Bayramito closed 1 month ago

Bayramito commented 1 month ago

What if we wan't wrap up the image components with touchables ? Should Galeria.Images child be a Image component ?

nandorojo commented 1 month ago

not sure i see the use case exactly. is this for like analytics? it should work fine with something that handles long press if that's what you mean.

Bayramito commented 1 month ago

not sure i see the use case exactly. is this for like analytics? it should work fine with something that handles long press if that's what you mean.

Can I nest TouchableOpacity inside Galeria.Image? And inside touchable Image?

nandorojo commented 1 month ago

but why would you want to do this? yes, you can, but tapping the image is intended to open it. so i still don’t get the use case.

Bayramito commented 1 month ago

but why would you want to do this? yes, you can, but tapping the image is intended to open it. so i still don’t get the use case.

I mean i could implement my own pinch logic or maybe different events on longpresss …

nandorojo commented 1 month ago

that should work fine