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

Is it possible to force draggable items stay where they were?

Open unmec opened this issue 8 years ago • 1 comments

This is what it's required in my current project, when user drags away an item, I'd like to keep that space blank instead of let a nearby item filling the blank. The idea is to make items snapping to the grid but not snapping to each other.

Thoughts and comments are welcome, thanks!

unmec avatar Jul 20 '17 05:07 unmec

You could simulate this by having blank components fill the grid, and swapping the rendered component with a blank component.

ChristianTucker avatar Feb 28 '18 03:02 ChristianTucker