hongbo-miao/hongbomiao.com

View on GitHub
mobile/mobile-react-native/babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = (api) => {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
  };
};