Perfect_Draft-App_Test-reac.../babel.config.js
marlon passos a90e57e35f Initial commit
Generated by create-expo-app 2.1.1.
2023-12-18 17:09:25 -03:00

7 lines
107 B
JavaScript

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