mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-07-22 07:48:28 +00:00
18 lines
432 B
JavaScript
18 lines
432 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: [
|
|
[
|
|
'module-resolver',
|
|
{
|
|
alias: {
|
|
'crypto': 'react-native-quick-crypto',
|
|
'stream': 'stream-browserify',
|
|
'buffer': '@craftzdog/react-native-buffer',
|
|
},
|
|
},
|
|
],
|
|
'module:react-native-dotenv',
|
|
'react-native-reanimated/plugin'
|
|
],
|
|
};
|