Skip to content

Commit

Permalink
Update babel.config.js
Browse files Browse the repository at this point in the history
reanimated plugin added
  • Loading branch information
IamtheJSguy authored Apr 27, 2022
1 parent f596249 commit 6db49cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = function(api) {
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};

0 comments on commit 6db49cb

Please sign in to comment.