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

A drag-and-drop-enabled FlatList for React Native

Results 195 react-native-draggable-flatlist issues
Sort by recently updated
recently updated
newest added

This PR adds a callback named `onCellMoved` This was something i needed as part of my project, where i wanted to trigger some haptic feedback whenever a cell was dragged...

Hello! 👋 First of all, thanks for this wonderful package! 🙌 **Describe the bug** There seems to be an issue when you make multiple drag actions really quickly. Nothing happens...

*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** Hello, Since I updated to React Native 0.72.3, I encountered this error when I rerender a screen with a DraggableFlatlist: ``` TypeError: Cannot assign to read-only property...

*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...

I'm using expo cli and it's a web version, I get a crush and the app cannot run. on a black app copy the code example from documentation and run...

**Describe the bug** When I'm adding the flag `enableLayoutAnimationExperimental` I'm receiving this error: ![Screenshot_1692085255](https://github.com/computerjazz/react-native-draggable-flatlist/assets/56554355/aaf513ae-fed7-466f-bac9-d5ffe5712cb3) **To Reproduce** Here's how implementation looks like: ``` item.id} renderItem={renderItem} enableLayoutAnimationExperimental itemLayoutAnimation={Layout.duration(400)} /> ``` I've also...

**Describe the bug** Dragging often does not work as expected on Android when the list is large enough to scroll (I am using Android 13 on a Pixel 4a). When...

![Screenshot_20230905_195855](https://github.com/computerjazz/react-native-draggable-flatlist/assets/102207535/1dc8854e-2133-4d01-8d31-274db2540eb6) **Describe the bug** I upgrade the react native version 0.63.0 to 0.71.6, but in draggable flatlist has some incompatible reanimated version (usevalue not found) issue. how can i resolved...

Hey guys, what is the default hold time? is there a way to change this value?