Spicy-Sparks / react-native-flashdrag-list

Draggable FlashList for react-native
MIT License
54 stars 2 forks source link

Dragged item is not animated when dragging ends #1

Closed StudeApps closed 1 year ago

StudeApps commented 1 year ago

When using this draggable flashlist, it seems like no animation occurs when the user stops dragging the item. Instead, there is a delay and the dragged item will suddenly 'teleport'. I don't know if this is the intended behaviour or not. This also happens in the provided example (Android)

Thank you for your work

geroale commented 1 year ago

Hello, I am not sure if I understand your example correctly, but that behaviour is intended. At the moment we don't have the resources to implement the enhancement, maybe we will add it in the near future. PRs are welcome though :)

StudeApps commented 1 year ago

Thank you very much! I'll see what I can do :)

geroale commented 1 year ago

Latest version should support this end animation too

StudeApps commented 1 year ago

It works as expected! Thank you for your hard work