Skip to content

Commit

Permalink
use plugin-transform-export-namespace-from instead of deprecated plug…
Browse files Browse the repository at this point in the history
…in-proposal-export-namespace-from
  • Loading branch information
wvanhaevre committed Apr 24, 2024
1 parent ac0cc5a commit 060e464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
},
},
],
'@babel/plugin-proposal-export-namespace-from',
'@babel/plugin-transform-export-namespace-from',
'react-native-reanimated/plugin',
],
};
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint \"**/*.{ts,tsx}\""
},
"dependencies": {
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@react-native-community/slider": "^4.5.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@theoplayer/react-native-analytics-adobe": "^1.4.0",
Expand Down

0 comments on commit 060e464

Please sign in to comment.