'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary. #1797
Answered
by
MananDesai54
MananDesai54
asked this question in
Q&A
-
I am configuring navigation with react navigation which uses react native reanimated as dependency, but i am getting this error "dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.18.1"
}, |
Beta Was this translation helpful? Give feedback.
Answered by
MananDesai54
Mar 6, 2021
Replies: 1 comment 1 reply
-
Got solution, react native reanimated 2.0 is not yet supported with react animation 5.x so changed version of react native animation from 2.0 to 1.13 it solved the issue |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MananDesai54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got solution, react native reanimated 2.0 is not yet supported with react animation 5.x so changed version of react native animation from 2.0 to 1.13 it solved the issue