-
Notifications
You must be signed in to change notification settings - Fork 53
constructor ReadableNativeMap in class ReadableNativeMap cannot be applied to given types; #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
Same here and with react-native 0.30.0 |
Same here |
same here |
same here, |
Sorry for the author but i could'nt wait more... so if this can help you guys: https://gist.github.com/littlepsylo/341ed91aed9870924de082d9d1eee580 This simple implementation of WebSocket works for me with an existing socket.io server on both android and ios. Beyond that, you will surely find more informations in the React-Native documentation or MDN, for example, about this API. |
#8
SocketIoReadableNativeMap.java then looks like this:
Note: |
Made a PR that makes this library compatible with RN 0.29+ |
When integrating this module to my android project i get the error code as in the title mentioned.
The text was updated successfully, but these errors were encountered: