Skip to content

Commit 51b91b2

Browse files
author
Shawn Dempsey
committed
Revert changes to babel config
1 parent 25157ea commit 51b91b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

babel.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
module.exports = {
2-
"presets": [
3-
["@babel/preset-react", {
4-
"runtime": "automatic"
5-
}]
6-
]
2+
presets: ['module:metro-react-native-babel-preset'],
73
};

0 commit comments

Comments
 (0)