0.7.0 (2024-12-15)
- support nested lists (005dd07)
0.6.1 (2024-12-12)
- use a more stable drag end handling (1035e08)
0.6.0 (2024-12-12)
0.5.1 (2024-12-09)
0.5.0 (2024-10-01)
- refactor and introduce new api (cffcd7e)
0.4.0 (2022-05-01)
- Fixed autoscroll not working on iOS
- Fixed problems when rendering big lists due to cell onLayout not called
- Omitted unsupported
numColumns
from props
0.3.0 (2021-12-05)
- Reorderable list component with draggable items
- Property
isDragged
provided torenderItem
in order to identify a dragged item - Function
drag
provided torenderItem
in order to enable a drag gesture - Prop
onReorder
called on list reorder - Autoscroll when dragging an item to the extremeties of the list, based on
scrollAreaSize
andscrollSpeed
props - Item scale animation on drag start and drag end, based on
dragScale
prop - Items animation when moving a dragged item
- Animation to position a dragged item on release