computerjazz / react-native-draggable-flatlist

A drag-and-drop-enabled FlatList for React Native
MIT License
1.86k stars 383 forks source link

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

Open Tomvkgames opened 2 years ago

Tomvkgames commented 2 years ago

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).

alex-trofimov commented 2 years ago

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