react-native-reanimated: Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary.
Using react-native-reanimated v2.0.0 causing this error on android. In IOS its working fine. don’t know what causing this error on to the android devices.
Note - I’m not debugging the app. so debugger is off
react": "16.13.1
react-native": "0.63.4
react-native-reanimated": "^2.0.0
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 5
- Comments: 17 (3 by maintainers)
i fixed by followed this instruction -
https://docs.swmansion.com/react-native-reanimated/docs/installation/
after this changes make sure you clean the bundle or restart the metro
@anastely
This is expected, see this, this and this.
@jakub-gonet I’m facing this issue just when open the Debugger, I cleared node_modules, metro & Gradle caches!
All right. Just to be sure, you cleared node_modules, metro & Gradle caches? Do you use Expo?
im facing the same issue
experiencing the same thing
@jakub-gonet I cleared all the possible things. Nah, I’m not using expo. For make sure, I created a fresh project and just installed the
react-native-reanimated v2same issue I’m facing