Files
socket.io/examples/react-native/babel.config.js
2020-06-05 08:57:04 +02:00

7 lines
107 B
JavaScript

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