mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-19 17:58:17 +00:00
Merge pull request #21 from backmeupplz/master
Make sure header back button is accessible
This commit is contained in:
commit
dab7f2515e
@ -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