react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

Glitch when New Architecture is enabled

Open mianala opened this issue 4 months ago • 0 comments

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.

mianala avatar Oct 09 '24 12:10 mianala