onSwipe, onSwipeUp, onSwipeDown, onSwipeLeft, and onSwipeRight are all optional props for ReactNativeZoomableViewWithGestures but couldCallSwipeEvent() returns false when one of these props is not provided. This PR allows couldCallSwipeEvent to return true if at least one of these props are provided.
Fixes https://github.com/openspacelabs/react-native-zoomable-view/issues/96
onSwipe
,onSwipeUp
,onSwipeDown
,onSwipeLeft
, andonSwipeRight
are all optional props forReactNativeZoomableViewWithGestures
butcouldCallSwipeEvent()
returns false when one of these props is not provided. This PR allowscouldCallSwipeEvent
to return true if at least one of these props are provided.