Update HeaderBackButton.js
This commit is contained in:
parent
3532fdf21c
commit
32565c873b
|
@ -93,7 +93,7 @@ class HeaderBackButton extends React.PureComponent {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Text
|
<Text
|
||||||
accessible={true}
|
accessible={false}
|
||||||
onLayout={this._onTextLayout}
|
onLayout={this._onTextLayout}
|
||||||
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
|
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
|
||||||
numberOfLines={1}
|
numberOfLines={1}
|
||||||
|
@ -108,7 +108,7 @@ class HeaderBackButton extends React.PureComponent {
|
||||||
|
|
||||||
let button = (
|
let button = (
|
||||||
<TouchableItem
|
<TouchableItem
|
||||||
accessible={false}
|
accessible={true}
|
||||||
accessibilityComponentType="button"
|
accessibilityComponentType="button"
|
||||||
accessibilityLabel={title}
|
accessibilityLabel={title}
|
||||||
accessibilityTraits="button"
|
accessibilityTraits="button"
|
||||||
|
|
Loading…
Reference in New Issue