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

Drag-drop-sortable grid view for react native

Results 52 react-native-sortable-grid issues
Sort by recently updated
recently updated
newest added

Would be cool to have an easy way to change the deletion view. e.g. being able to put an "X" in the top corner similar to native iOS

If anyone else is using in a ScrollView this might help you. Mainly you have to lock and unlock the scrollview's "scrollEnabled" property. ```

Have a look at the gif. ![lajj9nnnts](https://user-images.githubusercontent.com/490943/34386849-24d87a6a-eb2b-11e7-8088-b6053cb8ff49.gif) After removing the 3rd item the 5th one also disappeared instead of shifting to the 4th position.

onLayout={this.saveBlockPositions(key)} leads to this problem,In the process of checking

Hello, When I update the state inside of my own component, along with onDeleteItem. For instance this works. ``` onDragStart = () => { this.setState({toScrollEnabled: false}); } console.log('Item was deleted:',...

Thank you for the module. It's not an issue but perhaps you can guide me or implement it in future releases. Is there any way of comparing the elements (numbers)...

Great plugin, I am working on a feature where you can delete items like you can on iPhone home screen (close item on top left) which I replaced "delete.png" with...