Hosain 70c89fa0d2 Update incorrect WebSocket example in Network.md
Using the provided WebSocket example under react-native 0.17, the sample code throws the following error:

"TypeError: ws.on is not a function(…)"

It's listening on ".on" which does not exist, rather than assigning a function to onopen, onmessage, onerror and onclose.

See: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
2015-12-26 11:18:51 +00:00
..
2015-12-15 18:13:25 +02:00
2015-12-18 23:50:43 +08:00
2015-12-21 01:56:07 +08:00
2015-12-03 08:27:19 +08:00
2015-11-24 10:31:35 +08:00
2015-03-25 11:52:29 -07:00
2015-11-24 08:44:34 +01:00
2015-11-05 16:10:05 -08:00
2015-12-11 15:22:57 +01:00
2015-06-30 13:23:40 -04:00
2015-11-14 19:32:45 +00:00
2015-12-15 18:13:25 +02:00
2015-12-17 00:09:49 +08:00