text-brush / app /babel.config.js
Iliya Zhechev
App initial commit with bare bones app
0924f9b
Raw
History Blame Contribute Delete
106 Bytes
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo']
};
};