Skip to content

Releases: computerjazz/react-native-draggable-flatlist

v4.0.3

07 May 14:21

Choose a tag to compare

  • Fix glitch on drag end

v4.0.2

08 Apr 17:30

Choose a tag to compare

  • fix worklet ref error

v4.0.1

22 Feb 19:51

Choose a tag to compare

  • Fix missing onPlaceholderIndexChange
  • Fix missing onRelease callback when drag does not move

v4.0.0

20 Nov 15:25

Choose a tag to compare

  • Port to Reanimated v2+
  • Port to RNGH v2

#335

v3.1.2

17 Jun 22:46

Choose a tag to compare

  • Forward ref in NestableDraggableFlatList

v3.1.1

21 Apr 17:37

Choose a tag to compare

  • Fix circular import

v3.1.0

13 Apr 22:57

Choose a tag to compare

  • Support multiple DraggableFlatLists within single parent ScrollView (#373 )

v3.0.6

18 Feb 17:50

Choose a tag to compare

  • Fix onLayout crash (#346)

v3.0.4

24 Dec 23:05

Choose a tag to compare

  • Fixes bug when activating an item without moving on android (#342)

v3.0.3

23 Nov 23:37

Choose a tag to compare

  • Conditionally render PlaceholderItem. Fixes #337