keepyourmouthshut/Customer App/babel.config.js

8 lines
152 B
JavaScript
Raw Normal View History

2022-12-21 09:56:47 +00:00
module.exports = function(api) {
api.cache(true)
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin']
}
}