Skip to content

Releases: omahili/react-native-reorderable-list

Release 0.7.0

15 Dec 22:54
v0.7.0
f12e56d
Compare
Choose a tag to compare

0.7.0 (2024-12-15)

Features

Release 0.6.1

12 Dec 02:38
v0.6.1
ee505ed
Compare
Choose a tag to compare

0.6.1 (2024-12-12)

Bug Fixes

  • use a more stable drag end handling (1035e08)

Release 0.6.0

12 Dec 00:21
v0.6.0
beda466
Compare
Choose a tag to compare

0.6.0 (2024-12-12)

Bug Fixes

  • drag end not triggered if pressed only (45a689e), closes #14

Features

  • add drag end event to root list (d7c19ed), closes #10

Release 0.5.1

09 Dec 08:27
Compare
Choose a tag to compare

0.5.1 (2024-12-09)

Bug Fixes

  • drag end hook not called (bffbe0b), closes #13
  • unstable cell causing remounts (62145dd)

Release 0.5.0

01 Oct 07:13
Compare
Choose a tag to compare

0.5.0 (2024-10-01)

Features

  • refactor and introduce new api (cffcd7e)

v0.4.0

01 May 21:16
8358ed8
Compare
Choose a tag to compare

Changed

  • Fixed autoscroll not working on iOS
  • Fixed problems when rendering big lists due to cell onLayout not called
  • Omitted unsupported numColumns from props

v0.3.0

05 Dec 16:19
827cee9
Compare
Choose a tag to compare

Added

  • Reorderable list component with draggable items
  • Property isDragged provided to renderItem in order to identify a dragged item
  • Function drag provided to renderItem 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 and scrollSpeed 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