Skip to content

Commit f31b3c9

Browse files
committed
feat: add react-native-reanimated plugin to Babel configuration
1 parent da27777 commit f31b3c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function (api) {
1010
return getConfig(
1111
{
1212
presets: ['babel-preset-expo'],
13+
plugins: ['react-native-reanimated/plugin'],
1314
},
1415
{ root, pkg }
1516
);

0 commit comments

Comments
 (0)