Animated node with ID 2 already exists
See original GitHub issueDescribe 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
Additional context I’m running React native v0.62.2 and react-native-skeleton-content-nonexpo v1.0.8
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
This Lib did not work with reanimated 2? because I got the same issue, in my case I have reanimated 2!