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

Drag drop capable wrapper of ListView for React Native

Results 73 react-native-sortable-listview issues
Sort by recently updated
recently updated
newest added

I have a horizontal list to sort, after adding `horizontal={true}` to the sortable list, I observed the sorting behavior is weird, and I still have to drag the item up...

Been stumped on this one. We got the 'pageY undefined' bug fixed from #134 but now, in the same view that was giving the pageY undefined is now giving us...

I'm passing an `onScroll` function through the props, and I can get the event to fire for iOS, but not android. Happy to add more info if needed.

I want to invoke a function when the `onPanResponderRelease` is called. It doesn't seem like there is currently a prop that allows me to do this. If i pass a...

Hello. When I move the last item to an other place, it renderers it, in the correct position, but it's "invisible". If I try to place an item on top...

If you enabled animations on Android in the `example.js` (https://github.com/deanmcpherson/react-native-sortable-listview/blob/master/Sortable/example.js#L10) By adding: ``` UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); ``` And then when you activate a row and do the fling gesture it...

I've implemented sorting in my app and I've noticed that it stops working when I turn on the Remote JS Debugging. In my case, only the drag and drop does...

Hy! Is it not possible anymore to activate the sorting on long press? Because the list is scrollable, it's unusable when the sorting starts on every scroll.

I want to change the UI (not just style of the row) of the row when the row has start moving. I wanted the current row index or key to...

Im receiving the imagenesArray from a fetch im doing before all of this. I load the images and touching the X over the image i have it gets deleted but...