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

Any plans to use ListView for long grids?

Its nice to have a method to be called to shuffle the views . I'm using the component to make a puzzle game and such a feature is a bit...

I am trying to add renderHeader prop in component like a ListView and have the posibility of drag items over the header. I download the component code and in `index.js`...

Added disabledBlocks property which enables you to specify an array of block indices that should not move. They cannot be dragged nor do they move when other blocks are dragged.

I followed the example provided in the GitHub, I'm using a basic 4x4 grid layout and my code is working perfectly and performance is great on IOS. I have 15...

I want to sort items based on priority and priority can be set on Tap or Drag. is this possible?

This grid has performance issue if we have more than 30 blocks, tested on Android Samsung S4 (JS Dev Mode is off).

Thank you for this `react-native-sortable-grid`, its working awesome. I know its headache but you need to refactor treshold to threshold.

Hi, It would be cool to allow passing custom callback to panResponder. Using multiple panResponders for the same area doesn't work good (at least I was unable to make it...

Reproducible most of the time if you just keep spam removing the item at index 0: ![testy](https://cloud.githubusercontent.com/assets/13257645/20554596/027410c8-b12b-11e6-80e6-cc772e0eecce.gif) ![screen shot 2016-11-23 at 3 13 56 am](https://cloud.githubusercontent.com/assets/13257645/20554599/066098be-b12b-11e6-993c-2fcdd17ce612.png)