react-native-sortable-grid icon indicating copy to clipboard operation
react-native-sortable-grid copied to clipboard

Evaluate the order of elements

Open wastelandtime opened this issue 7 years ago • 1 comments

Thank you for the module. It's not an issue but perhaps you can guide me or implement it in future releases. Is there any way of comparing the elements (numbers) and deciding if the re-arranged elements are sorted from the lowest to the highest? How would I approach it?

Thanks

wastelandtime avatar Jun 03 '17 12:06 wastelandtime

@wastelandtime I was able to do this by mapping the keys from the onDragRelease callback parameter. I think this should close this issue.

ryanpatk avatar May 14 '18 20:05 ryanpatk