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
191 stars 58 forks source link

V3 (Reanimated & Gesture Handler) #24

Open elliottkember opened 2 years ago

elliottkember commented 2 years ago

This is a work-in-progress reimplementation of this plugin using react-native-reanimated@2 and react-native-gesture-handler. These libraries are new, and very performant, and we hope to be able to resolve some performance issues on old Android devices.

Breaking changes

It is possible that these changes are too extensive for a v2-v3 migration with breaking changes, and that a separate version of the library should be made.

https://user-images.githubusercontent.com/42827/151675363-3c901a36-88c7-4372-bcd5-e2499dd5fb40.mov

pierretoussing commented 18 hours ago

Hi, thank you for your great work! What is the current status of this PR?