I'm in the process of porting a project to React Native, previously i referenced an the google channels api from an external server for web sockets e.g. https://example.com/_ah/channel/jsapi.
Is there an elegant way I can reference this using React Native ?
Channels API is doomed, favour firebase or some standard websocket implementation in projects