DuDigital/react-native-zoomable-view

onDoubleTapAfter not returning correct offset values

Closed this issue · 1 comments

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

I raised a PR to fix this issue. #61

Awaiting for review comments / approvals for merge.