Héctor Ramos 7ed9f0dfb3 Networking Guide
Summary:
Simplified Networking Guide, based on the old Network polyfill doc.

This guide strongly recommends using fetch, while still informing the user about React Native's support for other libraries.

In order to provide an actual working networking example, a `movies.json` file is added at the root of the site, allowing the user to fetch a small blob of JSON:

```
fetch('http://facebook.github.io/react-native/movies.json')
```

![networking](https://cloud.githubusercontent.com/assets/165856/16321804/d2bd7c6a-3953-11e6-9fc5-30baaa38d7a4.png)
Closes https://github.com/facebook/react-native/pull/8381

Differential Revision: D3479018

Pulled By: lacker

fbshipit-source-id: 1f2078bf2414a13f7f77d5af55b08948909093a3
2016-06-23 18:13:32 -07:00
..
2016-06-23 12:29:04 -07:00
2016-06-23 12:43:25 -07:00
2016-06-23 18:13:32 -07:00
2016-06-22 08:58:37 -07:00
2016-05-03 21:55:24 -07:00
2016-06-21 23:13:28 -07:00
2015-03-25 11:52:29 -07:00
2016-06-22 17:13:33 -07:00
2016-06-01 05:43:32 -07:00