diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index 924120495..825916676 100644 --- a/babel.config.js +++ b/babel.config.js @@ -45,6 +45,7 @@ module.exports = function (api) { }, }, ], + 'macros', 'react-native-reanimated/plugin', // NOTE: this plugin MUST be last ], env: { |