Skip to content

Commit

Permalink
Merge pull request #75 from lukahc/onShouldBlockNativeResponder-default
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Oct 12, 2023
2 parents 7783c3a + d1c0142 commit 1a77751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactNativeZoomableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class ReactNativeZoomableView extends Component<
evt,
gestureState,
this._getZoomableViewEventObject()
),
) ?? true,
});

this.zoomSubjectWrapperRef = createRef<View>();
Expand Down

0 comments on commit 1a77751

Please sign in to comment.