Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Jan 17, 2024
1 parent 140c25b commit 38dd012
Show file tree
Hide file tree
Showing 5 changed files with 16,949 additions and 19,084 deletions.
18 changes: 16 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
module.exports = function(api) {
// eslint-disable-next-line no-undef
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
presets: [['babel-preset-expo', { jsxRuntime: 'automatic' }]],
plugins: [
[
'module-resolver',
{
alias: {
'crypto': 'react-native-quick-crypto',
'stream': 'stream-browserify',
'buffer': '@craftzdog/react-native-buffer',
},
},
],
'react-native-reanimated/plugin',
],
};
};
Loading

0 comments on commit 38dd012

Please sign in to comment.