fix: add headerTitleContainerStyle to NavigationStackScreenOptions type (#5969)

This commit is contained in:
Stefan Streur
2019-06-04 10:13:29 +02:00
parent 6ef8ce0fd5
commit d61f539175
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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>