Closed thngdude closed 8 years ago
Silly mistake of not installing via instructions.
I'm getting this error and I don't know where I'm going wrong
@thngdude @LucasSouzaa Can you describe how it got working? I am following same instructions as docs. but, still not working for me.
Please help me.
Sorry if this seems trivial, but I can't figure it out: Where do you import SocketIO from in the example?
var socket = new SocketIO('localhost:3000', socketConfig);
If I do
import SocketIO from 'react-native-socketio'
I get "Cannot read property 'initialize' of undefined" error.