mgcrea / react-native-dnd

Modern and easy-to-use drag&drop library for react-native.
https://mgcrea.github.io/react-native-dnd/
MIT License
135 stars 12 forks source link

Reanimated versions mismatch #4

Closed shevy0 closed 1 year ago

shevy0 commented 1 year ago

Hello, I have reanimated 3.3.0 installed in my project, but when I'm trying to execute your code I'm getting an error saying there is a Reanimated version mismatch (3.3.0 vs 3.1.0 in your library).

mgcrea commented 1 year ago

Just released the v1.3.1 that should address the version mismatch error. Thanks for reporting the issue!