openspacelabs / 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
212 stars 58 forks source link

Fix bug where default value of onShouldBlockNativeResponder was false instead of true #77

Closed notclive closed 1 year ago

notclive commented 1 year ago

The !! meant that an absent onShouldBlockNativeResponder prop resolved to false, and the ?? never coalesced to true