databag/app/mobile/babel.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2023-02-15 19:45:36 +00:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2023-02-15 23:47:18 +00:00
plugins: [
'react-native-reanimated/plugin',
],
2022-01-14 07:59:53 +00:00
};