3

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 ?

Kyle Johnson
  • 877
  • 1
  • 9
  • 14

1 Answers1

0

Channels API is doomed, favour firebase or some standard websocket implementation in projects

Kyle Johnson
  • 877
  • 1
  • 9
  • 14