nostros/babel.config.js

7 lines
136 B
JavaScript
Raw Normal View History

2022-10-24 17:27:31 +00:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2023-01-13 11:51:30 +00:00
plugins: [
'react-native-reanimated/plugin',
],
2022-10-31 01:23:27 +00:00
}