Skip to content

Commit

Permalink
fix: add headerTitleContainerStyle to NavigationStackScreenOptions ty…
Browse files Browse the repository at this point in the history
…pe (#5969)
  • Loading branch information
sjstreur authored and satya164 committed Jun 4, 2019
1 parent a862ebd commit 14e2df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -294,6 +294,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)

[Unreleased]: Fixed NavigationStackScreenOptions types by adding headerTitleContainerStyle
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.10.0...HEAD
[3.10.0]: https://github.com/react-navigation/react-navigation/compare/3.10.0...3.9.0
[3.9.0]: https://github.com/react-navigation/react-navigation/compare/3.8.1...3.9.0
Expand Down
1 change: 1 addition & 0 deletions typescript/react-navigation.d.ts
Expand Up @@ -476,6 +476,7 @@ declare module 'react-navigation' {
headerTitle?: string | React.ReactElement<any>;
headerTitleStyle?: StyleProp<TextStyle>;
headerTitleAllowFontScaling?: boolean;
headerTitleContainerStyle?: StyleProp<TextStyle>;
headerTintColor?: string;
headerLeft?:
| React.ReactElement<any>
Expand Down

0 comments on commit 14e2df6

Please sign in to comment.