react-native-socketio
react-native-socketio copied to clipboard
Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.
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 
...\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 !
  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...