react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
Glitch when New Architecture is enabled
This package has external dependencies of react-native-reanimated and 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 installation steps, including the changes to MainActivity.
Describe the bug The dragged item returns to it's original position briefly before being reordered correctly when New Architecture is enabled.
To Reproduce Fresh expo app with the bug.
Platform & Dependencies Please list any applicable dependencies in addition to those below (react-navigation etc).
- react-native-draggable-flatlist version: "^4.0.1"
- Platform: Android and Ios Dev Client (no issues on Expo Go)
- React Native or Expo version: "~51.0.28"
- Reanimated version: "~3.10.1"
- React Native Gesture Handler version: "~2.16.1"
Additional context No extra code. I have used the example from the original snack of react-native-draggable-flatlist.