react-native/Libraries/Components
Michael Tostenson 80a2f5d50f Add headers prop to Android WebViews
Summary:
Related to [issue #5418](https://github.com/facebook/react-native/issues/5418)

This is a follow-up to [this previous pull request.](https://github.com/facebook/react-native/pull/5419)

~~Adds a new ReactProp 'urlWithHeaders' to Android WebViews that takes an object with a 'url' string and a 'headers' map.~~

[Update] Adds a new prop 'source' to Android WebViews
```
{
   html: string,
   url: string,
   headers: map<string, string>,
}
```

Update: resolves TODO 8495359
Closes https://github.com/facebook/react-native/pull/5494

Reviewed By: svcscm

Differential Revision: D2881313

Pulled By: nicklockwood

fb-gh-sync-id: 7cad8490d4932d0a7ef559165f3ec279d873c537
2016-02-01 10:06:35 -08:00
..
ActivityIndicatorIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
Clipboard Open source Android date and time pickers 2016-01-26 10:31:17 -08:00
DatePicker Replace direct access of NativeModules.UIManager with require('UIManager') 2016-01-30 07:36:34 -08:00
DatePickerAndroid Open source Android date and time pickers 2016-01-26 10:31:17 -08:00
DrawerAndroid Bugfix - Typos 2015-12-15 09:09:32 -08:00
Intent Add cross-platform Linking module 2016-01-26 14:34:31 -08:00
MapView Add MapView annotation callback when it gets / lost the focus 2016-01-29 06:26:30 -08:00
Navigation bugfix: NavigatoriOS doesn't update any scenes when 0th scene is replaced 2016-01-06 10:33:36 -08:00
Picker Tweak docs before releasing 0.19 2016-01-30 17:11:28 -08:00
ProgressBarAndroid ProgressBarAndroid: default value for styleAttr 2016-01-07 12:02:37 -08:00
ProgressViewIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
RefreshControl Cross platform PullToRefreshView component 2016-01-04 08:00:29 -08:00
ScrollView Add a deprecatedPropType module to show deprecation warnings 2016-01-29 02:05:38 -08:00
SegmentedControlIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
SliderIOS Add option for both min/max track image. 2015-12-21 10:30:39 -08:00
StatusBar Release React Native for Android 2015-09-14 18:13:39 +01:00
Switch Remove fixed size for Android. Fixes #3785 2016-01-06 07:42:28 -08:00
SwitchAndroid Bugfix - Typos 2015-12-15 09:09:32 -08:00
SwitchIOS Added ColorPropType 2015-12-23 10:08:38 -08:00
TabBarIOS Added ColorPropType 2015-12-23 10:08:38 -08:00
TextInput Fix StyleSheet 'textAlign' for AndroidTextInput. Closes #2702 2016-01-21 11:08:34 -08:00
TimePickerAndroid Open source Android date and time pickers 2016-01-26 10:31:17 -08:00
ToastAndroid Open source Android date and time pickers 2016-01-26 10:31:17 -08:00
ToolbarAndroid Added ColorPropType 2015-12-23 10:08:38 -08:00
Touchable Improved 3D touch implementation, and added example 2016-01-27 09:05:36 -08:00
UnimplementedViews Quick fix to require cycle in UnimplementedView 2015-11-23 14:14:32 -08:00
View Improved 3D touch implementation, and added example 2016-01-27 09:05:36 -08:00
ViewPager Add onPageScrollStateChanged for ViewPagerAndroid 2016-01-29 01:17:35 -08:00
WebView Add headers prop to Android WebViews 2016-02-01 10:06:35 -08:00
ScrollResponder.js Update Android's ScrollView.scrollTo API to match JS/iOS 2016-02-01 04:04:35 -08:00
StaticContainer.js Move stuff out of vendor/react_contrib/ 2015-10-12 11:18:30 -07:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00