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

Animated node with ID 2 already exist error in non-debug mode

Open Tomvkgames opened this issue 3 years ago • 1 comments

Describe the bug When installing react-native-draggable-flatlist and running in non-debug mode I get the error: "Animated node with ID 2 already exists". I have googled the error, but it only dissapears when I yarn remove react-native-draggable-flatlist and edit the yarn.lock to exclude older version of react-reanimated. When reinstalling react-native-draggable-flatlist the error appears again. To Reproduce Importing react-native-draggable-flatlist

Platform & Dependencies Please list any applicable dependencies in addition to those below (react-navigation etc).

  • react-native-draggable-flatlist version: 3.0.5
  • Platform: Android emulator, Ios device
  • Expo version: 5.0.3
  • Reanimated version: 2.3.1
  • React Native Gesture Handler version: 2.1.0

Tomvkgames avatar Feb 03 '22 02:02 Tomvkgames

but it only dissapears when I yarn remove react-native-draggable-flatlist and edit the yarn.lock to exclude older version of react-reanimated

you could try using yarn why to pinpoint libs that require a conflicting version of reanimated

alex-trofimov avatar Feb 03 '22 11:02 alex-trofimov