JSPM

soluto-react-native-image-zoom

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q22038F
  • License ISC

react native image pan zoom

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.