text-brush / app /babel.config.js
Iliya Zhechev
App initial commit with bare bones app
0924f9b
raw
history blame contribute delete
No virus
106 Bytes
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo']
};
};