Add a config to override the truncated back title (#1137)

Fixes #1136.
This commit is contained in:
Ville Immonen
2017-04-22 09:26:31 +03:00
committed by Mike Grabowski
parent 046acd2b5e
commit c384e3371c
3 changed files with 6 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ class Header extends React.PureComponent<void, HeaderProps, HeaderState> {
pressColorAndroid={options.headerPressColorAndroid}
tintColor={options.headerTintColor}
title={backButtonTitle}
truncatedTitle={options.headerTruncatedBackTitle}
width={width}
/>
);