react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Hello everyone, I tried to overlap one view on the DraggableFlatList but not able to do it, DraggableFlatList always comes over the view. DraggableFlatList only have one style which is...
I want to create a animated header when scroll, but prop onScroll not work onScroll={Animated.event( [{ nativeEvent: { contentOffset: { y: offset } } }], { useNativeDriver: false } )}
*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...
Hello, Thank you for developing this package! I've tried the provided [example](https://snack.expo.dev/@computerjazz/draggable-flatlist-examples), it works well on iOS but it keeps crashing with Expo 46 on Android. I've tried on 2...
There are times where the first and/or last item can enter the draggable state but the entire list moves and dragging is not possible. See video: https://user-images.githubusercontent.com/2644529/210892257-0a2f2d83-8ef1-4391-869e-2becb6497e80.MP4 I could not...
*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...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** For vertical list reordering, I would like to be able to drag item in...
**Describe the bug** When using a big list (80+ items), near the end it is not possible to release the current dragging item between the other items, which don't move....
**Describe the bug** When using `NestableScrollContainer` and `NestableDraggableFlatList` autoscroll is not working. We are using ReactNativeWeb. Also I edited the snack you provided to add the following props to the...