Michael Ru
Michael Ru
I suggest you guys check out [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) if you need this functionality. Super easy to implement, and does not require a global wrapper.
@mathieueveillard this looks awesome!! just getting around to testing this for my own purposes. I appreciate the onDragEnd attached to the ListManager itself, and the startIndex/endIndex are good enough for...
just use the props activeColor and inactiveColor. If you want to keep the opacity 1 and 0.2, pass the color as an rgba value instead of hexcode.