diff --git a/babel.config.js b/babel.config.js index b3c97fe4c..9e4bc46af 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ module.exports = { - presets: ['@babel/preset-env', '@babel/preset-typescript', '@babel/preset-react'], + presets: ['@babel/preset-env', '@babel/preset-typescript', '@babel/preset-react', 'module:@react-native/babel-preset'], plugins: ['@babel/plugin-transform-flow-strip-types'], }