diff --git a/CHANGELOG.md b/CHANGELOG.md index e67f4855ad..888e19d614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/typescript/react-navigation.d.ts b/typescript/react-navigation.d.ts index 2f7c30bdd5..25eda5d6b3 100644 --- a/typescript/react-navigation.d.ts +++ b/typescript/react-navigation.d.ts @@ -476,6 +476,7 @@ declare module 'react-navigation' { headerTitle?: string | React.ReactElement; headerTitleStyle?: StyleProp; headerTitleAllowFontScaling?: boolean; + headerTitleContainerStyle?: StyleProp; headerTintColor?: string; headerLeft?: | React.ReactElement