fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
113 stars 20 forks source link

feat: rename onStartDrag to onDragStart and onEndDrag to onDragEnd #17 #18

Closed fivecar closed 1 year ago

fivecar commented 1 year ago

Made this backward compatible so that existing clients aren't broken, but have also marked the old functions deprecated.