Open Bayramito opened 12 months ago
This should also fix the issue describe here https://github.com/oblador/react-native-pinchable/issues/17
@oblador I imagine you're insanely busy, this would be an awesome addition/change to merge in if you find a chance 🙏
Thank you for the great package
We needed this feature to be able to prevent click or any other events before pinch zoom completed.
usage
<Pinchable onActive={x => setIsPinching(x.nativeEvent.value)}>