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 don't sure, why there was additional spacing for scrolling of two-row size. But at least it solve the problem #125

I unfortunately don't have time any more to maintain this project any more. If anyone would like to take over ownership, I'm more than happy to transfer the Repo /...

help wanted

Is it affect some other cases? For what was inserted `|| this.state.hovering` before? From my point of view, it fix mentioned issue in #129

two problems: 1. a lot of space under list view 2. very fast scrolling to the bottom (almost immediately) Code: replacePositions(e.from, e.to)} renderRow={row => } renderSeparator={() => } renderFooter={this.renderAddPicture} />...

On iOS, when trying to drag an item from the middle of a long list to the top or bottom, the list does not scroll, or scrolls extremely slowly, so...

Hello, I need to have a series of horizontal image slides to be able to sort vertically. I can not reproduce this behavior. If i remove FlatList component SortableListView works...

I am currently testing out this lib. Great work by the way, but it doesn't seem to work when nested inside a ScrollView. It works fine without parent ScrollView though....

Sort by drag and drop works for the first time. But I am using immutable data. If I add some data to the data source, sort is no longer available....

Thanks for a very useful library. I have a question: what is needed to support section headers in the list? By doing some slight code modifications, I have come as...

On Android, when you drag an item from the middle of a long list to the bottom and then back up, the open slot no longer lines up with the...