Skip to content

Releases: computerjazz/react-native-draggable-flatlist

v2.3.6

21 Jul 03:49

Choose a tag to compare

  • Fixed autoscroll being stuck when already scrolled to top/bottom
  • Fixed bug when releasing gesture without moving item

v2.3.3

13 May 21:53

Choose a tag to compare

  • Fixes bug where layoutInvalidationKey does not trigger remeasure when it changes but data does not.
  • Updates peer dependencies.

v2.3.2

26 May 21:59

Choose a tag to compare

  • Adds fallback to ensure that items always have an index

v2.3.1

03 Mar 18:30

Choose a tag to compare

  • Adds onScrollOffsetChange prop
  • Fixes bug where row would not deactivate if it did not move after pressed in.

v2.3.0

16 Feb 04:19

Choose a tag to compare

  • Removes TapGestureHandler, which conflicts with onPress
  • Adds layoutInvalidationKey, used to trigger manual remeasures in cases where item sizes change after initial render.

v2.2.0

01 Feb 04:19

Choose a tag to compare

  • Fix types
  • Convert to compiled JS

v2.0.0

25 Jan 18:56

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

Complete rewrite in order to take advantage of performance improvements of reanimated + RNGH.

  • Uses reanimated + RNGH to run all drag/reordering animations natively
  • Typescript
  • Requires installing
    • react-native-reanimated >= 1.0.0 (recommend 1.3 for better performance due to native proc methods)
    • react-native-gesture-handler >= 1.0.0