ignitegym/babel.config.js
Vinicius Souza 0d226e7aa2 Initial commit
Generated by create-expo-app 3.0.0.
2024-10-23 16:56:00 -03:00

6 lines
107 B
JavaScript

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