DragAndDrop
DragAndDrop copied to clipboard
dragging more than one object
I have been working on some drag and drop functionality. I need to move more that one item though. Ideally items in a scroll view.
So my finished screen would actually have two scroll views full of icons, and I should be able to drag and item from one list to the other and have some functionality to move a user into the group it was dragged to.
currently I have a scroll view of fake users, and it drags as a unit rather than each user individually.
Same here @crysfel . but there seems to be issues with the pan responder.
Please see issue here: https://github.com/facebook/react-native/issues/12591