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

[Unmaintained] ActionCable for react native

Results 7 react-native-actioncable issues
Sort by recently updated
recently updated
newest added

It seems this works 100% fine in iOS, but not on Android. The messages will still send successfully, but it won't output unto the react native app.

Hi, Sometimes the socket connection disconnects when the application is in the background. How do I get it to reconnect when the application is opened? Thank you.

Although I never understood why this package is using PropTypes, I'm making this PR to remove deprecated PropTypes from React. Not sure if this makes any difference, can merge if...

Following the readme provided, I'm getting this error `TypeError: Cannot read property 'split' of undefined`. Can someone help me on this??? FYI I'm using expo.

I updated to the latest version of actioncable. Everything works fine in my app.

Thanks for making a great library. Works very well out of the box. My main issue is that the documentation seems to be pretty limited for message sending. Can you...

Just leaving this hear in case someone has the same issue as me getting it to work with Apollo 1.x: Copy this file to somewhere in your project: https://github.com/cpunion/react-native-actioncable/blob/master/index.js And...

QA