DuDigital / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
241 stars 112 forks source link

onDoubleTapAfter not returning correct offset values #60

Closed ajayg415 closed 3 years ago

ajayg415 commented 3 years ago

onDoubleTapAfter is returning previous event offset values, this is because values are being returned even before this.setState is completed. Please fix this.

ajayg415 commented 3 years ago

I raised a PR to fix this issue. https://github.com/DuDigital/react-native-zoomable-view/pull/61

Awaiting for review comments / approvals for merge.