react-native-swift-socketio icon indicating copy to clipboard operation
react-native-swift-socketio copied to clipboard

A react native wrapper for socket.io-client-swift

Results 12 react-native-swift-socketio issues
Sort by recently updated
recently updated
newest added

This is only IOS? I want to use socket on Android ,How can i do?

![screen shot 2017-05-23 at 4 49 28 pm](https://cloud.githubusercontent.com/assets/12536184/26378029/60b974d4-3fd8-11e7-863f-f9440be6d4bc.png) __________________________ ![screen shot 2017-05-23 at 4 53 23 pm](https://cloud.githubusercontent.com/assets/12536184/26378032/62329e6c-3fd8-11e7-8749-ce1a8fae4412.png) 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 ...`