Update HeaderBackButton.js

This commit is contained in:
Nikita Kolmogorov 2018-09-14 14:28:53 -07:00 committed by GitHub
parent 3f4d038b50
commit 3532fdf21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class HeaderBackButton extends React.PureComponent {
return (
<Text
accessible={false}
accessible={true}
onLayout={this._onTextLayout}
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
numberOfLines={1}