diff --git a/babel.config.js b/babel.config.js index f842b77..e75f9f1 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,3 @@ module.exports = { - presets: ['module:metro-react-native-babel-preset'], + presets: [['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }]], };