fille-bot / frontend /babel.config.js
Aravind GM
first commit
4f7951a
raw
history blame contribute delete
168 Bytes
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
'react-native-reanimated/plugin',
],
};
};