diff --git a/babel.config.js b/babel.config.js index 3e0218e..152f9da 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,6 @@ module.exports = { presets: ['module:@react-native/babel-preset'], + plugins: [ + 'react-native-reanimated/plugin' + ] }