react-native-sortable-list
react-native-sortable-list copied to clipboard
React Native Sortable List component
because `_onUpdateLayouts` uses async callbacks to update layout, it causes UI clunking on initial render of the sortable list. This callback should mitigate weirdness on initial render.
Hi, I have a sectioned list (each section has it's own header). I need to sort rows within each of these sections, and need to disallow sorting a row outside...
Add `nestedScrollEnabled={true}` prop by default so that it can still work inside another `ScrollView `or `FlatList`.
I want to add haptic feedback while dragging a row, every time the dragged row swaps position with another row, is there any callback for this?
When you render a SortableList component with two or more rows and sort them like so: Row A dragged under Row B Row B dragged under Row A Row A...
I am positioning `absolute` an element inside of one of the `renderRow`s and it should be slightly on top of the element. However, it gets clipped even when giving the...
I have created a layout in which I am using a SortableList as an item of React native SectionList and I have a PLUS button inside every row of SortableList...
I trying to move an Item while I open the keyboard. Like `keyboardShouldPersistTaps ` with ScrollView. Any solution?
I need to load some array of items to react-native-sortable-list. Reorder it and then get the reordered result back as array. Can I do it?