Package Exports
- soluto-react-native-image-zoom
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (soluto-react-native-image-zoom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React-Native-Image-Zoom
Forked from https://github.com/ascoders/react-native-image-zoom
Added new props:
onSwipeVertical
- default () => {}swipeVerticalDistanceCallback
- default 220
onSwipeVertical
will be called when image is not zoomed and swiping up or down on distance greater than swipeVerticalDistanceCallback
.
This is useful when implementing dismiss gesture.