[3739ec]: / mobile / ElderCare / babel.config.js

Download this file

7 lines (6 with data), 113 Bytes

1
2
3
4
5
6
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};