babel.config.js 99 B

123456
  1. module.exports = (api) => {
  2. api.cache(true)
  3. return {
  4. presets: ['babel-preset-expo'],
  5. }
  6. }