Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #11554 Differential Revision: D4494460 Pulled By: mkonicek fbshipit-source-id: 387a69d0b76bb8e7ef47caf1f6141f97fad0ea4b
- Loading branch information