Update HeaderBackButton.js

This commit is contained in:
Brent Vatne 2019-02-20 12:46:45 -08:00 committed by GitHub
parent c1f1dff465
commit 5531b98732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class HeaderBackButton extends React.PureComponent {
onLayout={this._onTextLayout} onLayout={this._onTextLayout}
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]} style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
numberOfLines={1} numberOfLines={1}
allowFontScaling={allowFontScaling} allowFontScaling={!!allowFontScaling}
> >
{this._getTitleText()} {this._getTitleText()}
</Text> </Text>