react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
**Describe the bug** When dragging an item in a horizontal NestedDraggableList (with a NestableScrollContainer) to the edge of the screen to trigger auto-scroll, the screen scrolls vertically instead of horizontally....
**Describe the bug** After dragging an item to a new position, after a short period, the item returns to the original position. **Platform & Dependencies** react-native-draggable-flatlist version: 4.0.1 Platform: iOS...
**Describe the bug** The package doesn't seem to work with "react-native-gesture-handler": "^2.16.0" on web. **Platform & Dependencies** Please list any applicable dependencies in addition to those below (react-navigation etc). -...
**Describe the bug** The nested example from the readme is not working: https://snack.expo.dev/@computerjazz/draggable-flatlist-examples **To Reproduce** Access the link example. Not working on android physical and emulator.
Hi, I'm facing an issue where the items always scroll to the top when the item height is bigger than the DraggableFlatlist height.
**Describe the bug** A clear and concise description of what the bug is. I have an app. Inside the app, I am using FlatList to render items. I want to...
After introduction, the page directly reports an error **Platform & Dependencies** Please list any applicable dependencies in addition to those below (react-navigation etc). - react-native-draggable-flatlist version: ^4.0.1 - Platform: ios...
**Describe the bug** With `dragItemOverflow=false`, I expect the items to be confined within the list (header not included). Can we add some way to exclude the header? **Platform & Dependencies**...
Thank you for your work on this project! Problem: - lists auto-scroll unnecessarily when drag begins when scrollY is not at 0 Reproduce: - scrolled down the draggable list any...
**Describe the bug** I can see a warning realated to modify a prop from a ref i think, not shure were is it happening **Platform & Dependencies** Please list any...