apps/mobile/babel.config.js
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};
apps/mobile/babel.config.jsmodule.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};