Skip to content

Commit

Permalink
chore: adjust babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tokkozhin committed Nov 30, 2024
1 parent d16c26b commit d806f12
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,3 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
presets: [['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }]],
};

0 comments on commit d806f12

Please sign in to comment.