diff options
Diffstat (limited to '')
| -rw-r--r-- | babel.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index 9b9a4fe..bbc15a6 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ module.exports = { presets: ['module:@react-native/babel-preset'], - plugins: ['nativewind/babel'], + plugins: ['nativewind/babel', 'react-native-reanimated/plugin'], }; |
