react-native-reanimated: 'TurboModuleRegistry' is not exported from 'react-native' react-native-web
Description
I am getting this error:
Failed to compile.
./node_modules/react-native-reanimated/src/reanimated2/NativeReanimated.js
Attempted import error: 'TurboModuleRegistry' is not exported from 'react-native'.
I upgraded react native to 0.63.3, and used react-native-reanimated version 2.0.0-alpha.7
I am getting this error for react-native-web.
Thanks.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 17 (5 by maintainers)
@jakub-gonet Using
patch-package
with your latest commits resolved the warning for me. Thanks!