question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Animated node with ID 2 already exists

See original GitHub issue

Describe the bug I installed the react-native-skeleton-content-nonexpo library, and after following the example code in the documentation, I got the error Animated node with ID 2 already exists

Screenshots Screenshot 2020-06-11 at 16 54 33

Additional context I’m running React native v0.62.2 and react-native-skeleton-content-nonexpo v1.0.8

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:26 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
osikescommented, Jul 7, 2020

@osikes When you say getting everything to 1.9.x resolved issue, can you elaborate on that? What is the source of the versioning issue, as it’s unclear to me since I have only one version of react-native-reanimated installed and I keep getting the same error? @alexZajac

Sure @Billmike . For me it was as simple as my package.json had a reference to “react-native-reanimated”: “^1.8.0”, which I needed to change to 1.9.0.

Now if you have various dependencies that then themselves reference different versions of ‘react-native-reanimated’… you’re probably in for a more difficult time 😞 . And will either have to request author of those libraries to update or fork them yourself.

1reaction
anastelycommented, Mar 27, 2021

This Lib did not work with reanimated 2? because I got the same issue, in my case I have reanimated 2!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Animated node with ID 2 already exists - react native
In my case, I have another package that has a dependency with react-native-reanimated with a specific version. You need to update react-native- ...
Read more >
Animated node with ID 2 already exists #1429
Description I upgraded to expo 39, react-native to 0.63.3 and react-native-reanimated to 1.13.1. Ever since, I am getting this error on ...
Read more >
[Solved]-Animated node with ID 2 already exists-React Native
Coding example for the question Animated node with ID 2 already exists-React Native.
Read more >
animated node with id 2 already exists react native
animated node with id 2 already exists react native. H M. So I solved it by adding the code below to the package.json...
Read more >
Latest topics
Topic Replies Views Activity with native controls (as Video) · Expo SDK 1 216 September 30, 2021 Video Light for Recording · Expo SDK 2...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found