software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.86k stars 1.29k forks source link

'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary. #1799

Closed MananDesai54 closed 3 years ago

MananDesai54 commented 3 years ago

Description

I am using react navigation library which uses react navigation as dependency, but after release of react native reanimated v2 it is breaking and giving this kind of error, I tried all possible stuff but not solved, then i switched to version 1.13.0 of reanimated then it stated working so there is some problem for reanimated v2 and react navigation.

Steps To Reproduce

refer this guide and create bare react native project with react native reanimated v2 and then refer this to create navigator

Expected behavior

It should run

Actual behavior

It is breaking

Package versions

github-actions[bot] commented 3 years ago

Issue validator

The issue is valid!

BrendonSled commented 3 years ago

duplicate of #1793

MananDesai54 commented 3 years ago

Oh My bad