iconoir/examples/react-native/babel.config.js
2023-10-29 01:41:05 +02:00

8 lines
109 B
JavaScript

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