react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
Animated node with ID 2 already exist error in non-debug mode
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
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