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

React Native Sortable List component

Results 115 react-native-sortable-list issues
Sort by recently updated
recently updated
newest added

I tried to make this package to work but I was overwhelmed by the number of errors and bad conceptions. I guess I'm gonna write my own. I will try...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for a project I'm working on. There's an annoying warning that pops...

After I remove an object from the data and call ```setState``` again, the space occupied by the element remains. After a row has been deleted, something occupies its space. Here...

Doesn't set my new state. onChangeOrder set my state(all data) equal to its key. I need the set all the new updated array data. const onChangeOrder = (nextOrder) => {...

Hi, I am using this package to render a sortable list, which works as intended in iOS but not on android. On Android on longpress it does get active but...

It looks like this package is no longer maintained. Maybe someone else wants to take over? Any alternatives that people use? For me this package was easy to setup and...

Can not set "useNativeDriver" property.

Always chaotic scrolling, no way to disable, autoscroll area means nothing. Sorry bit confused, used fork to disable this stuff

Hello, I can't sort the list when I add the props "order". The bug is easily reproducible : ```js { return {data} }} onChangeOrder={(nextOrder) => { this.setState({questionnaire:{ ...this.state.questionnaire, answers:{ ...this.state.questionnaire.answers,...