railbird-gql/babel.config.js
Kat Huang c3e2d23a63 Initial commit
Generated by create-expo-app 2.1.1.
2023-12-28 16:44:12 -07:00

7 lines
107 B
JavaScript

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