Update HeaderBackButton.js
This commit is contained in:
parent
c1f1dff465
commit
5531b98732
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue