mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-30 08:14:59 +00:00
Update HeaderBackButton.js
This commit is contained in:
parent
3532fdf21c
commit
32565c873b
@ -93,7 +93,7 @@ class HeaderBackButton extends React.PureComponent {
|
||||
|
||||
return (
|
||||
<Text
|
||||
accessible={true}
|
||||
accessible={false}
|
||||
onLayout={this._onTextLayout}
|
||||
style={[styles.title, !!tintColor && { color: tintColor }, titleStyle]}
|
||||
numberOfLines={1}
|
||||
@ -108,7 +108,7 @@ class HeaderBackButton extends React.PureComponent {
|
||||
|
||||
let button = (
|
||||
<TouchableItem
|
||||
accessible={false}
|
||||
accessible={true}
|
||||
accessibilityComponentType="button"
|
||||
accessibilityLabel={title}
|
||||
accessibilityTraits="button"
|
||||
|
Loading…
x
Reference in New Issue
Block a user