mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-12 23:34:08 +00:00
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…
x
Reference in New Issue
Block a user