react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

Android when drag and move down sometime will trigger flatlist refresh

Open yuanaichi opened this issue 5 years ago • 1 comments

Android when drag and move down sometime will trigger flatlist refresh

yuanaichi avatar Sep 02 '19 09:09 yuanaichi

@yuanaichi Implement https://github.com/computerjazz/react-native-draggable-flatlist/issues/135#issuecomment-755432714 To prevent both pull-to-refresh and dragging of an item, when the item was the first one. I added a state that keeps track of whether im dragging anything. that is toggled by onDragBegin / onDragEnd. This is used to toggle the RrefreshControls enabled prop.

1Jesper1 avatar Aug 12 '21 12:08 1Jesper1