mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
Merge pull request #21 from backmeupplz/master
Make sure header back button is accessible
This commit is contained in:
@@ -108,7 +108,7 @@ class HeaderBackButton extends React.PureComponent {
|
||||
|
||||
let button = (
|
||||
<TouchableItem
|
||||
accessible={false}
|
||||
accessible={true}
|
||||
accessibilityComponentType="button"
|
||||
accessibilityLabel={title}
|
||||
accessibilityTraits="button"
|
||||
|
||||
Reference in New Issue
Block a user