react-native-swift-socketio
react-native-swift-socketio copied to clipboard
A react native wrapper for socket.io-client-swift
This is only IOS? I want to use socket on Android ,How can i do?
 __________________________  Needs last xcode version ?. Some way to make it work without needing...
this.socket = new SocketIO('http://myserver.com:3000/', {secure: true}); this.socket.on('connect', () => { this.socket.emit('authentication', { token: this.state.valid, id_user: this.state.id }); Seems like NativeModule don't have Socket class, so it's throwing undefined error. I...
I get this crash in XCode when trying to reload the simulator. After commenting things out down the line it appears to happen only when calling `emit`. It seems like...
Hi, I have problem when compiling the project using this library, it show the error: opening import file for module 'Swift': Permission denied Does anyone has any suggestion? Before that...
cannot find Objective-C Bridging Header after code has been added
Since RN support natively websockets it's possible to setup socketio very easily using standard client package. Here's nice writeup about it https://medium.com/@ekryski/how-to-actually-use-socket-io-in-react-native-39082d8d6172 Maybe we should mark this package as deprecated...
Hello, I am facing the following problem while using the socketio library in Android: public class SocketIoReadableNativeMap extends ReadableNativeMap { required: HybridData found: no arguments reason: actual and formal argument...
import 'react-native-swift-socketio'; displays an error `Unable to resolve module Nativemodules from ...`