Skip to main content
Version: 4.x

Reanimated Babel Plugin

Reanimated Babel plugin was moved to react-native-worklets and renamed to Worklets Babel plugin. Please make sure to import the plugin from react-native-worklets/plugin in your babel.config.js.

plugins: [
- 'react-native-reanimated/plugin',
+ 'react-native-worklets/plugin',
],

For backwards compatibility we kept it as an export in Reanimated 4 but we strongly recommend using react-native-worklets/plugin directly.