Error: Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin?
y,
* Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project. * A module failed to load due to an error and `AppRegistry.registerComponent` wasn't called.He probado la mayoría de las soluciones proporcionadas y no funciona. Agrego reaminado/complemento y reinicio el servidor después de borrar el caché.
Abordé el problema, cambié el archivo babel.config.js. Ahora se ve así.
api.cache(true); return { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], env: { production: { plugins: ['..............*other plug ins*'], }, }, }; }; y luego expo r -c si está usando expo.