We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af533c9 commit 2a0d721Copy full SHA for 2a0d721
babel.config.js
@@ -4,7 +4,7 @@ const isLintingOrTesting =
4
module.exports = {
5
presets: [
6
[
7
- 'module:metro-react-native-babel-preset',
+ 'module:@react-native/babel-preset',
8
// this is a workaround for some deeper issue
9
{useTransformReactJSXExperimental: !isLintingOrTesting},
10
],
0 commit comments