Files
argon-react-native/babel.config.js
Alin Gheorghe ab12111067 first init
2019-05-29 17:39:06 +03:00

7 lines
107 B
JavaScript

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