aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/native/babel.config.js
blob: 73ebf58e3cc99c4c5e350dd1fef846fd14cda7af (plain) (blame)
1
2
3
4
5
6
module.exports = function (api) {
  api.cache(true);
  return {
    presets: ["babel-preset-expo"],
  };
};