react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
https://user-images.githubusercontent.com/45971886/121015225-2bee2480-c7b4-11eb-9da7-51a74793b641.mp4
If I set the flag "inverted" of Flatlist also the content of the rows is inverted. Please see example below 
This library is the only one that actually just works! Huge thanks @computerjazz But when list become large (even dozens of items on slow Android device) scrolling become unresponsive, compared...
I would like to expose the flatList ref so that I can call scrollToIndex from another component in my screen. Currently my draggable flat list lives in its own component...
I am currently using a draggable flatlist in react-navigation and am working on resetting the screen each time the screen has loaded (both with navigation, and going back). I am...
I have created list item using react-native-draggable-flatlist and I am dragging the whole item by tapping on an icon on the right hand side and the whole item has a...
Hi, The library works perfectly, however we are getting this log every time and on scroll as well. Not sure how to resolve this. Is there any thing that we...
Hi, I'm new to react and react native. I have a problem with renderItem, every item in my list has a swipeable from (react native gesture handler) I Made a...
onScrollOffsetChange doesn't work right sometimes. It shows wrong values when I swipe fast. For example, while the value should be 0, it shows the value 81.66666412353516 on the console. I...
**Describe the bug** DraggableFlatList is creating gap between two item. We were not able to remove these Gap between two item **Platform & Dependencies** Please list any applicable dependencies in...