-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
related: #434
This library is great!
A major pain of react-native is lacking a proper drag and drop implementation.
I believe this library should and can offer a viable solution in the form of DragDropGestureHandler.
I've tried to start a PR on android but I'm stuck because I don't understand the logic (yet... GestureHandlerOrchestrator 😓 ).
I have implemented something using reanimated and gesture handler with no changes made to the code. It is far superior than any solution I came across but still it's not good enough.
What do you guys say, any plan for supporting this?
Both iOS and android have native implementation and I guess it can be consolidated into a cross platform handler with event data extending pan gesture handler event data with the addition of dragState, dragTarget, dropTarget, data.
This can be Life Changing for the react-native community.
Plus, both platforms support on new versions drag-drop operations between apps. No way any react-native library but this can come close to implement that.
And finally, this feature combined with reanimated sounds so promising it's CRAZY!