diff --git a/packages/react-native/babel.config.js b/packages/react-native/babel.config.js new file mode 100644 index 0000000000..60fc0d82c9 --- /dev/null +++ b/packages/react-native/babel.config.js @@ -0,0 +1,4 @@ +// note this file is used by jest to make it not shit itself +module.exports = { + presets: ['module:metro-react-native-babel-preset'], +};