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

### Reproduction steps: 1. Open https://github.com/gitim/react-native-sortable-list/blob/master/examples/Basic/App.js 2. Modify Render function at https://github.com/gitim/react-native-sortable-list/blob/master/examples/Basic/App.js#L133 as follows: ```javascript render() { const {data, active} = this.props; return ( { console.log("Pressed") }> {data.text} ); }...

I have a warning message as using order prop in sortable list Data to show : const data = { 0: { text: '0 : One such example is a...

Trying fixing https://github.com/gitim/react-native-sortable-list/issues/73

I read all the issues,doc,stack overflow entries, etc, and am still unable to add/remove items to a list without having the list reset it's order. Would it be possible for...

Hello! I wanna use your lib but I can't force it to work. I'm working with Android Studio emulator Nexus 5X API 26 x86. Here are some of my dependencies:...

It'd be nice to have an option to set `showsVerticalScrollIndicator` to `false` 😄

whenever i try to render data from state i'm getting error, saying 'requested keys of a value that is not an object' and when i stored data as object and...

Hi, I've got an issue when I pass some initial data to SortableList. In `_renderRows()` it tries to get `width` from `rowsLayouts[key]` but `rowsLayouts[key]` is undefined. If I pass the...

Right now `findRowUnderActiveRow` needs to be called on every single Y position change. I see some performance issues in iPhone 6 which is really bad. To be able to `throttle`...