We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56a05c commit c8c03e4Copy full SHA for c8c03e4
example/babel.config.js
@@ -23,6 +23,7 @@ module.exports = function (api) {
23
},
24
25
],
26
+ ['@babel/plugin-proposal-export-namespace-from'],
27
['react-native-reanimated/plugin'],
28
29
};
package.json
@@ -53,6 +53,7 @@
53
54
"devDependencies": {
55
"@babel/core": "^7.20.7",
56
+ "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
57
"@babel/runtime": "^7.20.7",
58
"@callstack/eslint-config": "^13.0.2",
59
"@commitlint/config-conventional": "^8.3.4",
0 commit comments