mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +08:00
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