Skip to content

Releases: computerjazz/react-native-draggable-flatlist

v2.3.2

26 May 21:59
Compare
Choose a tag to compare
  • Adds fallback to ensure that items always have an index

v2.3.1

03 Mar 18:30
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix types
  • Convert to compiled JS

v2.0.0

25 Jan 18:56
Compare
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