Releases: computerjazz/react-native-draggable-flatlist
Releases · computerjazz/react-native-draggable-flatlist
Release list
v4.0.3
v4.0.2
v4.0.1
- Fix missing
onPlaceholderIndexChange - Fix missing
onReleasecallback when drag does not move
v4.0.0
- Port to Reanimated v2+
- Port to RNGH v2
v3.1.2
- Forward ref in
NestableDraggableFlatList
v3.1.1
v3.1.0
- Support multiple DraggableFlatLists within single parent ScrollView (#373 )
v3.0.6
v3.0.4
- Fixes bug when activating an item without moving on android (#342)
v3.0.3
- Conditionally render
PlaceholderItem. Fixes #337