react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
**Is your feature request related to a problem? Please describe.** I appreciate your work and I use this library. I see some performance issues and **FPS drop** when I have...
**Describe the bug** I have a large list that is updated frequently by the user. The list behaves correctly but when I leave the screen and return to the screen,...
I was using the old version (1.1.9). But couldn't make my flatlist fully draggable. Here was some issue in that version 1. unable to drag if list is long 2)...
when dragging an item to the end of the flatlist content view, it is not autoscrolling. the example on snack does not autoscroll either (for web) - react-native-draggable-flatlist version: v3.1.2...
*This package has external dependencies of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) which must be installed separately. Before opening an issue related to animations or gestures please verify that you have completed ALL...
**Describe the bug** My app is mysteriously freezing on the screen that contains DraggableFlatList. I've started to investigate the problem with running app directly from XCode(chrome debugger didn't step in...
*This package has external dependencies of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) which must be installed separately. Before opening an issue related to animations or gestures please verify that you have completed ALL...
Like onScrollOffsetChange prop in DraggableFlatlist can you add the same prop in NestableScrollContainer to grab scroll y position?
I have an array of objects where each object also contains an array of items. For example: [ { group1: [{...}] }, { group2: [{...}] }, { group3: [{...}] }...
Dragging an item, drags the whole view in iOS 13 when the view is presented as modal. Dragging down closes the view. [dragging issue.mov.zip](https://github.com/computerjazz/react-native-draggable-flatlist/files/3867297/dragging.issue.mov.zip) A workaround is to disable iOS...