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

Add an item

Open alexpchin opened this issue 5 years ago • 1 comments

I'm looking into adding an item and then trying to re-order the grid to accommodate the new item. It currently seems like the last time moves but the other blocks do not re-refresh. Is there a method that I am missing for this?

alexpchin avatar Jan 25 '20 18:01 alexpchin

I have same problem,but I try to use 'id' be key to the children View,replace 'index' of the Array be key. It works ! I hope that will help you.

william-X avatar Apr 29 '20 17:04 william-X