Staging / android /Teledrive-Expo /babel.config.js
Mythus's picture
Upload 233 files
d8cfa7c
raw
history blame contribute delete
107 Bytes
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};