Disable font scaling for the back button as a prequel to making it configurable

This commit is contained in:
Mike Judge 2019-02-15 15:27:19 -08:00
parent ebfddc67ac
commit 36febb8b7e
1 changed files with 1 additions and 0 deletions

View File

@ -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>