Releases: computerjazz/react-native-draggable-flatlist
Releases · computerjazz/react-native-draggable-flatlist
v2.3.2
- Adds fallback to ensure that items always have an
index
v2.3.1
- Adds
onScrollOffsetChange
prop - Fixes bug where row would not deactivate if it did not move after pressed in.
v2.3.0
- 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
- Fix types
- Convert to compiled JS
v2.0.0
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
- react-native-reanimated >= 1.0.0 (recommend 1.3 for better performance due to native