ollija / react-native-sortable-grid

Drag-drop-sortable grid view for react native
MIT License
441 stars 173 forks source link

Add an item #63

Open alexpchin opened 4 years ago

alexpchin commented 4 years ago

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?

william-X commented 4 years ago

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.