Skip to content

Commit 885a1f7

Browse files
Do not use babel-preset for example app as it doesnt use v73
1 parent b4385d1 commit 885a1f7

File tree

3 files changed

+109
-107
lines changed

3 files changed

+109
-107
lines changed

example/babel.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["module:@react-native/babel-preset"]
2+
"presets": ["module:metro-react-native-babel-preset"]
33
}

example/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@babel/preset-env": "^7.20.0",
2727
"@babel/runtime": "^7.20.0",
2828
"@react-native-community/eslint-config": "^3.2.0",
29-
"@react-native/babel-preset": "^0.73.20",
3029
"@react-native/metro-config": "^0.72.11",
3130
"@tsconfig/react-native": "^3.0.0",
3231
"@types/jest": "^26.0.23",

0 commit comments

Comments
 (0)