gcrabtree / react-native-socketio

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

SocketIoReadableNativeMap.java constructor not defined #27

Open huangjilaiqin opened 7 years ago

huangjilaiqin commented 7 years ago

eact-native-socketio/android/src/main/java/com/gcrabtree/rctsocketio/SocketIoReadableNativeMap.java:17: 错误: 无法将类 ReadableNativeMap中的构造器 ReadableNativeMap应用到给定类型;

image because the super constructor is protect,change like below is ok, image hope help.

colbywhite commented 7 years ago

I believe this is corrected by #26, however I don't think this project is actively maintained, thus why it hasn't been merged.

luoyjx commented 7 years ago

we should try ws module at server