nostros/babel.config.js

13 lines
230 B
JavaScript
Raw Normal View History

2022-10-24 17:27:31 +00:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2023-02-25 19:45:27 +00:00
plugins: [
[
'react-native-reanimated/plugin',
{
globals: ['__scanCodes'],
},
],
'react-native-paper/babel',
],
2022-10-31 01:23:27 +00:00
}