react-native/Libraries/CustomComponents/NavigationExperimental
Dan Scanlon 7812b82b18 Add `style` and `imageStyle` props to Navigation.Header.BackButton
Summary:
This PR adds`style` and `imageStyle` props to `Navigation.Header.BackButton` which allows for usage like:

```javascript
<NavigationExperimental.Header.BackButton
  imageStyle={{ tintColor: 'white' }}
  onPress={props.onNavigateBack}
/>
```
Closes https://github.com/facebook/react-native/pull/11554

Differential Revision: D4494460

Pulled By: mkonicek

fbshipit-source-id: 387a69d0b76bb8e7ef47caf1f6141f97fad0ea4b
2017-02-02 04:58:38 -08:00
..
assets Rework the NavigationHeader 2016-03-21 22:07:26 -07:00
NavigationAnimatedValueSubscription.js Implements `renderHeader` for legacy navigator. 2016-03-10 17:17:21 -08:00
NavigationCard.js Clean unused import modules. 2016-10-16 11:13:40 -07:00
NavigationCardStack.js Enable setting custom styles on scenes stack 2017-01-26 20:43:33 -08:00
NavigationCardStackPanResponder.js Fix NavigationCardStackPanResponder to work with native animations 2016-11-04 20:43:43 -07:00
NavigationCardStackStyleInterpolator.js Android: Reduce overdraw layers by hiding cards when they are not visible 2016-11-14 08:59:24 -08:00
NavigationHeader.js Apple TV support 4: support for input (tvOS focus engine) 2016-12-19 06:28:40 -08:00
NavigationHeaderBackButton.js Add `style` and `imageStyle` props to Navigation.Header.BackButton 2017-02-02 04:58:38 -08:00
NavigationHeaderStyleInterpolator.js Provide RTL support in NavigationCardStack 2016-08-19 08:43:39 -07:00
NavigationHeaderTitle.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00
NavigationPagerPanResponder.js Cleanup: Remove `@typechecks` 2016-10-12 19:28:42 -07:00
NavigationPagerStyleInterpolator.js Provide RTL support for new Navigator -- Make RTL works in NUX 2016-07-11 20:58:32 -07:00
NavigationPointerEventsContainer.js Reverted commit D4027388 2016-10-16 04:13:42 -07:00