Update HeaderBackButton.js
This commit is contained in:
parent
3f4d038b50
commit
3532fdf21c
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue