Any plans on removing browser dependency from ActionCable javascript?

Been doing some react-native work and naively just assumed it would be easy-breazy to get websocket support via the ActionCable code I already wrote for the web-app.

Just wondering if there’s any plans on it from anyone before I make an attempt myself.

Running into the same problem as you (trying to use ActionCable in React Native) So far I can't find any solution so I am going to write one myself too. How is your attempt at it?