react-native-sortable-grid
react-native-sortable-grid copied to clipboard
Drag-drop-sortable grid view for react native
why scrolling not work for this lib?
i'm not able to stop draggable for some items in array. so i need to stop some item to drag with another item how to set inactive true please give...
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...
my react-native code is this.onDragRelease(item, index)} onDragStart={() => this.startCustomAnimation()} > { this.state.media.map((item, index) => { return ( item !== "empty" ? this.removeMedia({ item, index })}> : this.getImageOrVideo(index)} key={`key-${index}`} inactive =...
In Drag-and-drop -style rearrangable grid view, Drag-and-drop works fine as far as it is assigned with items prior. But drag and drop doesnot work if i try to add new...
I see the last commit was 9 months ago. I also see that "componentWillReceiveProps" is still being used. So I'm wondering what is the level of support for this? I'd...
I set itemHeight property, but it didn't work,
how to slide item to left or right and delete
want some inactive items not to be sorted, inactive property is not working as desired. For inactive child property, document doesn't explains much. ``` ```