Update HeaderBackButton.js
This commit is contained in:
parent
c1f1dff465
commit
5531b98732
|
@ -92,7 +92,7 @@ class HeaderBackButton extends React.PureComponent {
|
|||
onLayout={this._onTextLayout}
|
||||
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
|
||||
numberOfLines={1}
|
||||
allowFontScaling={allowFontScaling}
|
||||
allowFontScaling={!!allowFontScaling}
|
||||
>
|
||||
{this._getTitleText()}
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue