socketio/socket.io

View on GitHub
examples/react-native/babel.config.js

Summary

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