react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
*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.** I faced a problem where I have a DraggableFlatList and I want to use it with Realm DB. The problem...
List blinking for fraction of second when rearranging the items. please find the attached video . this issue is not happening in version3.1.2 and happening in version 4.0.0. https://user-images.githubusercontent.com/37132763/206464911-c575affb-8acb-408b-9b64-cfa960472a94.MOV
**Describe the bug** When using the main snack example with small adjustments I see an element moving down and then stopping. I think it would be expected that the element...
Hello 👋! I am using [react-native-tab-view](https://reactnavigation.org/docs/tab-view). Inside it I have a `react-native-draggable-flatlist`. The problem is that when I hold finger to start dragging and then swipe left - item still...
import React, { useEffect, useState } from 'react'; import { useAppSelector, useAppDispatch } from 'store/hook'; import { SafeAreaView } from 'react-native-safe-area-context'; import { ScrollView, ImageBackground, Image, Modal, TouchableOpacity, Animated, PanResponder,...
**Describe the bug** When dragging an empty area it won't scroll, it only scrolls the items in the list but not when I pull from an empty area. Setting `flex:1`...
When I use DraggableFlatList in a Tab screen, I can no longer swipe to other Tab screens. the swipe feature doesn't work at all, it's like something is completely blocking...
Support gridview with the attribute: numColumns