TurboModuleRegistry NativeReanimated error
See original GitHub issueDescription
Using this package along with React Native Reanimated Bottom Sheet, I get this error on Android. (ios works great!)
Dismissing the error on my android emulator results in a blank white screen.
client_log | Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes
[3] cllient_log | Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication), js engine: hermes
Screenshots
Steps To Reproduce
- Install and link Reanimated v2
- Install React native Bottom Sheet Lib (Uses reanimated v2)
- Add any components that have a Reanimated v2 dependency
Expected behavior
App is usable
Actual behavior
App fails with the above error
Package versions
- React: 16.13.1
- React Native: 0.63.2
- React Native Reanimated: 2.0.0-alpha.5
- React Native Reanimated Bottom Sheet: ^1.0.0-alpha.22
Issue Analytics
- State:
- Created 3 years ago
- Reactions:17
- Comments:87 (7 by maintainers)
Top Results From Across the Web
Getting error in Latest version of React-native-reanimated
I have installed "react-native-reanimated^2.0.0" and run the project than it gives me ... ERROR Invariant Violation: TurboModuleRegistry.
Read more >Reanimated 2.0 stable release is out! : r/reactnative
Cause - React Native Reanimated 2.0. Hello,. I got this[TurboModuleRegistry.getEnforcing(...): 'NativeReanimated'] error and i found the ...
Read more >react native cli DrawerNavigator part 1 بالعربي - YouTube
react native cli DrawerNavigator part 1 بالعربي || TurboModuleRegistry NativeReanimated error. Watch later. Share. Copy link.
Read more >react native reanimated error - You.com | The search engine ...
Whenever the app is involve with react native/drawer & and react-native-reanimated. This error log is given. Invariant Violation: TurboModuleRegistry.
Read more >'DevSettings' could not be found-React Native
Coding example for the question Invariant Violation: TurboModuleRegistry.getEnforcing(. ... score:1. Due to this version change the above error occurs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When loading with 2.0.0-alpha.8 I’m still running into
ExceptionsManager.js:179 Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'NativeReanimated' could not be found. Verify that a module by this name is registered in the native binary.
We got rid of
TurboModuleRegistry.getEnforcing()
in version2.0.1
, so I think that upgrade could help. Let me know if it works.