Error: [BABEL] Cannot find module 'react-native-worklets/plugin' #8239
Unanswered
unkn0wndfbx
asked this question in
Q&A
Replies: 1 comment 18 replies
-
Hey @unkn0wndfbx! Are you sure that you use compatible version of |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
iOS Bundling failed 479ms node_modules\expo-router\entry.js (1 module)
ERROR node_modules\expo-router\entry.js: [BABEL] D:\Documents\my-app\node_modules\expo-router\entry.js: Cannot find module 'react-native-worklets/plugin'
This error occurs repeatedly after installing the packages (reanimated, gesture handler, nativewind). I am using Expo SDK ^53.0.0 in development build mode.
I followed the official Nativewind documentation (which also installs Reanimated):
https://www.nativewind.dev/docs/getting-started/installation
Here is my babel.config.js:
Here is my metro.config.js:
Here is my package.json:
Beta Was this translation helpful? Give feedback.
All reactions