gcrabtree / react-native-socketio

Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.
MIT License
152 stars 55 forks source link

App crashed when calling connect(). (RN0.48.3) #42

Open zhangsir199 opened 6 years ago

zhangsir199 commented 6 years ago

this.socket = new SocketIO('http://192.168.1.12:3000', {}); connect() will not work unless add http:// prefix to host, then app will be crash when calling connect()

ritesh-malav commented 6 years ago

I am also facing the same issue on android. After calling connect the app just crashes.