mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-16 09:34:34 +00:00
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…
x
Reference in New Issue
Block a user