fix: fix header font size config in native stack (#128)

Oups copy paste mistake :o
This commit is contained in:
Janic Duplessis
2019-10-18 10:40:44 -04:00
committed by satyajit.happy
parent 300791ab49
commit 477c08858d

View File

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