pavelbabenko/react-native-awesome-gallery

Question: can I get access to current scale without use events?

dguerreros93 opened this issue · 1 comments

I'm using a renderItem and I added description, but I wanna hide the text when scale is different to 1.

I'm using onScaleStart and onScaleEnd and its working, but when I trigger a doubleTap, I don´t have any way to validate inside this event that the scale is 1 or not.

@dguerreros93 Added params to onDoubleTap(toScale: number) and onScaleStart(scale: number) in v0.4.1. Hope that helps!