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

fix(dndProvider): prevent app crash on unmount #26

Closed micaeldias closed 2 weeks ago

micaeldias commented 3 weeks ago

When the component is unmounted and an animation is still in progress the app crashes

Fixes #24

Screenshot_1718555564

micaeldias commented 2 weeks ago

@mgcrea ping

mgcrea commented 2 weeks ago

Thanks for the PR, merged!