Disable font scaling for the back button as a prequel to making it configurable
This commit is contained in:
parent
ebfddc67ac
commit
36febb8b7e
|
@ -92,6 +92,7 @@ class HeaderBackButton extends React.PureComponent {
|
|||
onLayout={this._onTextLayout}
|
||||
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
|
||||
numberOfLines={1}
|
||||
allowFontScaling={false}
|
||||
>
|
||||
{this._getTitleText()}
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue