react-native-easy-dnd
react-native-easy-dnd copied to clipboard
OnLongPress?
Hi, thanks for this amazing library but can i request for a feature where the Draggable Component will only take effect after a long OnPress? Also add vibration to tell the user that the draggable component is ready to be drag within app's screen
That sounds like an interesting feature. I don't think I'll have enough time to implement it for now, but PRs are always welcome!
Haptic feedbacks on the other hand would require some native code which would add unnecessary complications. However, you should still be able to achieve that by using react-native-haptic-feedback in onEnter
event for Droppable