Skip to content

Commit 2a0d721

Browse files
committed
Update babel config
1 parent af533c9 commit 2a0d721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const isLintingOrTesting =
44
module.exports = {
55
presets: [
66
[
7-
'module:metro-react-native-babel-preset',
7+
'module:@react-native/babel-preset',
88
// this is a workaround for some deeper issue
99
{useTransformReactJSXExperimental: !isLintingOrTesting},
1010
],

0 commit comments

Comments
 (0)