diff --git a/packages/react-navigation/CHANGELOG.md b/packages/react-navigation/CHANGELOG.md index e67f4855..888e19d6 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/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/packages/react-navigation/typescript/react-navigation.d.ts b/packages/react-navigation/typescript/react-navigation.d.ts index 2f7c30bd..25eda5d6 100644 --- a/packages/react-navigation/typescript/react-navigation.d.ts +++ b/packages/react-navigation/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