react-native-sortable-grid
react-native-sortable-grid copied to clipboard
Drag-drop-sortable grid view for react native
Is there any example of how to dynamically add and remove children? If you add a child to the array do you have to re-render all of the children, or...
Running npm install will install this package at 2.0.0. In order to get the latest version with most of the configuration props mentioned in the documentation (2.0.1) you will need...
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...
@ollija thank you for the amazing work in this library! I have some specific needs that I would like to discuss and implement, but without a contributing file, I don't...
I am using RN 0.52.2 After turn on toggleDeleteMode On, make one or more deletion, and then turn it off. Drag is no longer work, but the Wiggle still shows.
Hi, I'm trying to prevent a parent view from scrolling by using the `onDragStart` and onDragRelease` events; however, if the user long presses on an item and immediately let's go...
Hi, first that all thanks for taking your time to do this. I've seen that this always produces square content so it's not possible to do something like this A...
I didn't notice this until after I started modifying the source, but is there a reason the package isn't trying to maintain sort order? As in your examples, when dragging...