Replies: 1 comment 2 replies
-
You can use yarn resolutions to force using ^2.0.0. Keep in mind Reanimated 2 will issue warnings about drawer using |
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
-
Hello, I have installed react-native-reanimated ^2.0.0 (previously react-native-reanimated ^1.3.0 on this project).
Actually, I need 1.3.0 has peerDependencies for
react-navigation-drawer": "^2.2.2"
.I got this, maybe because the drawer use reanimated v2 instead of v1 ?
This is not possible to have 2 versions of reanimated installed even if it's specify in
package.json
in peerDependencies ?My
package.json
:Beta Was this translation helpful? Give feedback.
All reactions