Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 812 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 812 Bytes

@pronestor/react-zoom-pan-pinch

Update 2021-01-17: @prc is fortunately back at maintaining the original package react-zoom-pan-pinch. I believe that all the issues fixed in this fork are now also fixed in the original package, so this fork is no longer maintained.

If you're using @pronestor/react-zoom-pan-pinch in your project, you can safely switch to react-zoom-pan-pinch with these steps:

  1. Uninstall this fork with yarn remove @pronestor/react-zoom-pan-pinch / npm uninstall @pronestor/react-zoom-pan-pinch.
  2. Install the original package with yarn add react-zoom-pan-pinch / npm install react-zoom-pan-pinch.
  3. Replace @pronestor/react-zoom-pan-pinch with react-zoom-pan-pinch in the imports in your code.