We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da27777 commit f31b3c9Copy full SHA for f31b3c9
example/babel.config.js
@@ -10,6 +10,7 @@ module.exports = function (api) {
10
return getConfig(
11
{
12
presets: ['babel-preset-expo'],
13
+ plugins: ['react-native-reanimated/plugin'],
14
},
15
{ root, pkg }
16
);
0 commit comments