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
189 stars 57 forks source link

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

Closed notclive closed 8 months ago

notclive commented 8 months ago

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