Merge pull request #21 from backmeupplz/master

Make sure header back button is accessible
This commit is contained in:
Brent Vatne 2018-09-24 09:46:11 -07:00 committed by GitHub
commit dab7f2515e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class HeaderBackButton extends React.PureComponent {
let button = (
<TouchableItem
accessible={false}
accessible={true}
accessibilityComponentType="button"
accessibilityLabel={title}
accessibilityTraits="button"