react-native-sortable-grid
react-native-sortable-grid copied to clipboard
Is it possible to force draggable items stay where they were?
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!
You could simulate this by having blank components fill the grid, and swapping the rendered component with a blank component.