Skip to content

Commit

Permalink
babel dependency added for react-native-reanimated
Browse files Browse the repository at this point in the history
  • Loading branch information
shyambhongle committed Mar 14, 2024
1 parent 79adbfc commit eb33bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = function(api) {
],
},
],
'@babel/plugin-proposal-export-namespace-from',
"react-native-reanimated/plugin"
],
};
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/vector-icons": "^13.0.0",
"@maplibre/maplibre-react-native": "^10.0.0-alpha.2",
"@react-native-async-storage/async-storage": "1.18.2",
Expand Down

0 comments on commit eb33bac

Please sign in to comment.