As stated in the [code](https://github.com/meteorrn/meteor-react-native/blob/master/lib/socket.js#L2): ``` // TODO: 0.60+ supports import { EventEmitter } from 'events'; ``` Therefore we might rather make this an optional dependency and update the docs. RN > 60 should be very common by now.
As stated in the code:
Therefore we might rather make this an optional dependency and update the docs. RN > 60 should be very common by now.