Skip to content

Commit

Permalink
feat: update babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoniii20 authored Jun 13, 2024
1 parent 47b91db commit 4c225ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'],
};
};

0 comments on commit 4c225ec

Please sign in to comment.