Skip to content

Commit db98bc8

Browse files
committed
chore: metro-react-native-preset in metro.config
1 parent ad3b9fb commit db98bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = (api) => {
55
presets: [
66
['@babel/preset-env', { targets: { node: 'current' } }],
77
'@babel/preset-react',
8+
'module:metro-react-native-babel-preset',
89
'@babel/preset-typescript',
910
],
1011
}

0 commit comments

Comments
 (0)