Glazzes / react-native-zoom-toolkit

Zoom anything you want! Most complete pinch to zoom utilities for React Native
https://glazzes.github.io/react-native-zoom-toolkit/
MIT License
192 stars 11 forks source link

fix: fix peer deps conflicts #33

Closed iqorlobanov closed 4 months ago

Glazzes commented 4 months ago

Hi there, thank you for your time on your latest contributions.

Could you please explain why allowing any version of Reanimated and Gesture Handler is neccesary? The APIs made a drastic change from verson 1 to 2 and this library only uses APIs exposed by version 2 and further from both libraries.

iqorlobanov commented 4 months ago

I'm faced with peerDependencies conflicts with other libraries that use Reanimated v3 (ex. react-native-vision-camera). But I tried to install it again now and got none of messages about conflicts 👀

I'm closing this PR