react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
A drag-and-drop-enabled FlatList for React Native
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
According to the issue reported in [#467](https://github.com/computerjazz/react-native-draggable-flatlist/issues/467), this fix improves (at least in my case) the propagation of the events between the pan gesture and the FlatList scroll event, avoiding...
When I am creating a build from fastlane application(ios and android) crashing when I tap on the app icon - react-native-draggable-flatlist version:4.0.1 - Platform: Android and iOS - React Native...
**Describe the bug** When dragging an item in the draggable flatlist that is wrapped in a touchable opacity, the touchable opacity doesn't receive the onPressOut event. This makes it stay...
**Describe the bug** When using Draggable Flatlist in production the app first is freezing when I try to drag an Item. After a minute the App crashes. When I'm using...
The Reanimated since version 3 captures entire objects to the worklet's closure, instead of capturing just single object property. However, this can cause problems when some objects contain circular references....
Currently the project readme states: > `NestableScrollContainer` extends the `ScrollView` from `react-native-gesture-handler`, and `NestableDraggableFlatList` extends `DraggableFlatList`, so all available props may be passed into both of them. However, the current...
**Describe the bug** I'm rendering a list of items using NestableDraggableFlatlist. When a press is begun over a list item the application crashes with the following backtrace: ``` 02-24 19:19:42.549...