nostros/babel.config.js

5 lines
151 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-16 12:09:18 +00:00
plugins: ['react-native-reanimated/plugin', 'react-native-paper/babel'],
2022-10-31 01:23:27 +00:00
}