react-native-easy-dnd icon indicating copy to clipboard operation
react-native-easy-dnd copied to clipboard

Draggable item comes back to its normal place

Open nitingupta220 opened this issue 5 years ago • 1 comments

I'm using this module but the problem is whenever I'm trying to drop the draggable item to the dropzone it always comes back to it's original place. I just want the draggable to stay in the droppable component. Is there any workaround for this?

nitingupta220 avatar Feb 17 '20 08:02 nitingupta220

https://github.com/mohebifar/react-native-easy-dnd/blob/b25b79f3836782db1953dc5674b4100ff237dfd6/src/types.tsx#L96-L104

There is a bounceBack prop you can config

lokielse avatar Apr 11 '20 05:04 lokielse