Nick Lockwood 46106f756a Ported source prop over to iOS WebView
Summary:
public
https://github.com/facebook/react-native/pull/5494 added a new `source` property to WebView on Android that provides a better API, as well as allowing for request headers to be set.

This diff ports that functionality over to iOS, so we can have a consistent API cross-platform.

I've also extended the API to include `method` (GET or POST) and `body` when setting the WebView content with a URI, and `baseUrl` when setting static HTML.

Reviewed By: javache

Differential Revision: D2884643

fb-gh-sync-id: 83f24494bdbb4e1408aa8f3b7428fee33888ae3a
2016-02-01 18:01:35 -08:00
..
2015-07-24 08:41:58 -08:00
2016-02-01 17:13:35 -08:00
2016-01-30 17:11:28 -08:00
2016-01-08 15:42:32 -08:00
2016-01-12 03:11:31 -08:00
2016-01-26 14:34:31 -08:00
2015-12-23 10:08:38 -08:00
2016-01-29 03:59:54 -08:00
2016-01-29 09:13:32 -08:00
2015-12-18 17:04:29 -08:00
2015-12-03 09:10:29 -08:00
2016-02-01 12:42:33 -08:00
2016-01-29 09:13:32 -08:00
2015-07-24 08:41:58 -08:00