react-native-sortable-list
react-native-sortable-list copied to clipboard
React Native Sortable List component
This removes the condition that `nextData` length be > current data for the container size to be recalculated, which is important when scrolling is disabled (i.e. the list does not...
I have implemented the sortable list, I have background API running using a timer every 20 seconds. when every API updates the list content, sortable listview blinks before rendering the...
when quickly add two or more rows to sortable-list, _rowsLayouts is handle in _onUpdateLayouts with Promise; Promise will cause order.length != rowsLayouts.lenght, and cause rowsLayouts[rowKey].height in _renderRow;
I'm probably missing something obvious, but for the life of me, I can't figure out how to use this properly with Redux. } /> this.props.list is the list object pulled...
Hi, I just started working with this module and I found it really usefull. I'm now facing a problem and I'm not sure to understand why. I've set my sortable...
Great library, I want to disable sorting of a particular row which I had achieved easy using **manuallyActivateRows** but now I want that the other sortable row should not able...
Hi, If I use your example with the cats and I input an empty data object. {} instead of those cat entries then I get a warning this5._container.measure Possible unhandled...
To replicate, use one of the examples in the example folder. Drag one of the items to the end of the list to trigger the scroll. The dragged item will...