Replies: 1 comment 2 replies
-
You can't use two instances of Reanimated since we can only have one native module running. Trying to use them will lead to duplicated registration on the native side and your application will crash. We tried to make the transition from v1 as easy as it could be - Reanimated v2 includes v1 stuff and we only require renaming interpolate and Easing. Please refer to this doc page for more information. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a big project with
"react-native-reanimated": "^1.3.0"
already installed. I want to install the react-native reanimated v2.I found this solution : https://stackoverflow.com/questions/26414587/how-to-install-multiple-versions-of-package-using-npm :
The rest of the installation is the same than a normal installation ?
For example, this should be :
or
Thanks for answers.
Beta Was this translation helpful? Give feedback.
All reactions