diff --git a/src/views/Header/HeaderBackButton.js b/src/views/Header/HeaderBackButton.js index 505a726..96d58bb 100644 --- a/src/views/Header/HeaderBackButton.js +++ b/src/views/Header/HeaderBackButton.js @@ -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()}