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

Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.

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

In android/setting.gradle ... include ':SocketIo' project(':SocketIo').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-socketio/android') In android/app/build.gradle ... dependencies { ... compile project(':SocketIo') } After that getting below error ![Isssue](https://user-images.githubusercontent.com/30835218/55064042-4c33dc00-509f-11e9-9299-d12e14cb47f8.PNG)

...\src\main\java\com\gcrabtree\rctsocketio\SocketIoPackage.java:28: error: method do es not override or implement a method from a supertype @Override ^ ``` public class SocketIoPackage implements ReactPackage { public SocketIoPackage() { } @Override public List...

xx/node_modules/react-native-socketio/ios/RNSwiftSocketIO/SocketBridge.h:12:9: error: 'RCTBridge.h>' file not found Has anyone encountered it?please help me !

![screen shot 2016-06-29 at 12 23 29](https://cloud.githubusercontent.com/assets/7880624/16448924/7e2c06e4-3df4-11e6-942a-303494d5d447.png) ![screen shot 2016-06-29 at 12 25 04](https://cloud.githubusercontent.com/assets/7880624/16448930/87ad56d2-3df4-11e6-8da1-0c781d825843.png) I notified when integrating this module to my xcode project, it gives me some warnings: Did...

Fixed incompatible methods Fixed dex multiple defines error due to old socketio java client version Added support for multiple event handlers on the same event Added support for path option...

When integrating this module to my android project i get the error code as in the title mentioned. ``` ..../React/ChatTest/node_modules/react-native- socketio/android/src/main/java/com/gcrabtree/rctsocketio/SocketIoReadableNativeMap.java:16: error: constructor ReadableNativeMap in class ReadableNativeMap cannot be applied...

There is some issues with Socket.swift file which is deprecated with the newest version of RN and Swift, this sometimes causes crashes in development environment and prevents smooth debugging. Also...