Skip to content

Commit c8c03e4

Browse files
authored
fix: add missing babel plugin for expo web support (#3713)
1 parent e56a05c commit c8c03e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = function (api) {
2323
},
2424
},
2525
],
26+
['@babel/plugin-proposal-export-namespace-from'],
2627
['react-native-reanimated/plugin'],
2728
],
2829
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.20.7",
56+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
5657
"@babel/runtime": "^7.20.7",
5758
"@callstack/eslint-config": "^13.0.2",
5859
"@commitlint/config-conventional": "^8.3.4",

0 commit comments

Comments
 (0)