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

Thank you so much for the library. We are using this library in our app. **Describe the bug** I've made a screenshot below and you can see it has unstable...

Getting the below error After using "react-native-draggable-flatlist": "^2.6.2" with "react-native": "0.65.1". @computerjazz Below is the code ``` { console.log(data); }} keyExtractor={(item) => item.id.toString()} renderItem={renderItem} /> const renderItem = ({ item,...

**Describe the bug** Using `onViewableItemsChanged` shows 12-13 items while you're at the top of the list. As soon as you scroll down a bit, it shows 1-2 visible items, which...

**code:** ``` const dataArray = [{key:0, num:0, backgroundColor:"green"}, {key:1, num:1, backgroundColor:"yellow"},{key:2, item:2, backgroundColor:"blue"}]; const [data, setData] = useState(dataArray); const renderItem1 = ({item,drag,isActive}) =>{ return( {item.key} ); } { item.key}} onDragEnd={({data})=>{...

**Describe the bug** Hello, I have a list of items within DraggableFlatList, if I try to drag item to the end of the list, autoscroll stops working. Works fine till...

``` "react-native-draggable-flatlist": "^3.1.1" Expo on Android ``` Everything is working almost perfect. But after dropping an item there's a significant delay (I guess due to animation) in which one is...

**Describe the bug** When opening a view with a draggable flatlist, I'm stucking with the issue of "ContainerRef.getNode() is not a function." As you can see, the source of the...

Use the latest: react-native-reanimated, react-native-gesture-handler, can't drag on Android. Did anyone encounter it Platform: Android react-native-draggable-flatlist version: 3.1.1 "react": "17.0.2", "react-native": "0.67.4", "react-native-reanimated": "2.8.0", "react-native-gesture-handler": "2.4.1",

Upgrade to 3.1.0 got the error 'Require cycle: node_modules/react-native-draggable-flatlist/lib/index.js -> node_modules/react-native-draggable-flatlist/lib/components/NestableDraggableFlatList.js -> node_modules/react-native-draggable-flatlist/lib/index.js'. Downgrade to 3.0.6 works fine. **Platform & Dependencies** Please list any applicable dependencies in addition to those...