diff --git a/babel.config.js b/babel.config.js index 02278b0..dd1f73e 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,7 @@ module.exports = { presets: [ '@babel/preset-env', + 'babel-preset-expo', ['@babel/preset-react', {runtime: 'automatic'}], ['@babel/preset-flow', {all: true}], ]