mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 13:35:32 +08:00
fix: fix header font size config in native stack (#128)
Oups copy paste mistake :o
This commit is contained in:
committed by
satyajit.happy
parent
300791ab49
commit
477c08858d
@@ -46,7 +46,7 @@ export default function HeaderConfig(props: Props) {
|
||||
: route.name
|
||||
}
|
||||
titleFontFamily={headerTitleStyle.fontFamily}
|
||||
titleFontSize={headerTitleStyle.fontFamily}
|
||||
titleFontSize={headerTitleStyle.fontSize}
|
||||
titleColor={
|
||||
headerTitleStyle.color !== undefined
|
||||
? headerTitleStyle.color
|
||||
|
||||
Reference in New Issue
Block a user