react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
I don't understand why it requires it to be installed separately but it isn't listed as a dependency or a least a peerDependency.
I cant drag and drop my items. If I longpress nothing happens ``` import React, { useCallback, useState } from "react"; import { Text, View, StyleSheet, TouchableOpacity } from "react-native";...
There are a lot of items and I use Flashlist for performance. Can Flashlist infrastructure be used in this library?
**Describe the bug** The list allows to drop only first 3 items. Only those items move as per the drop zone moves. If I drag any item over other items...
**Is your feature request related to a problem? Please describe.** I want to implement Android like Delete(Uninstall) UI where you can drag an app to reorder as well as a...
Android, when compile, error is: **Describe the bug** npx react-native run-android info Starting JS server... info Installing the app... > Task :app:compileDebugJavaWithJavac FAILED Deprecated Gradle features were used in this...
Hi, I'm facing a huge performance issue with my list. Currently, I'm rendering around 100 fields and the ui just freezes on drag.
**Describe the bug** Sometimes when dragging an item and releasing it it is stuck. Only a click/tab somewhere else fixes the stuck state **Platform & Dependencies** Please list any applicable...
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.10. Release notes Sourced from @xmldom/xmldom's releases. 0.7.10 commits Fixed properly parse closing where the last attribute has no value [#485](https://github.com/xmldom/xmldom/issues/485) / [#486](https://github.com/xmldom/xmldom/issues/486) Thank you,...