Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add accessibility props for external buttons #57

Merged
merged 3 commits into from
Jun 3, 2020

Conversation

jordanAtShopify
Copy link
Member

Fixes partially #49 (Privacy policy still to do)

This adds proper accessibility props to external link buttons.

onPress={onSymptomps}
text={i18n.translate('Info.CheckSymptoms')}
icon="icon-external-arrow"
accessibilityRole="link"
Copy link
Member

@svinkle svinkle May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing accessibleLabel here. Otherwise only the accessibilityHint text will be announced.

@svinkle
Copy link
Member

svinkle commented May 28, 2020

@jordanAtShopify This is looking good. The Privacy links might need to be in another PR due to #40.

@jordanAtShopify jordanAtShopify merged commit 207bb9f into master Jun 3, 2020
lpcox pushed a commit to covidsafe/CovidShieldExposure that referenced this pull request Jul 7, 2020
…ssibility

Add accessibility props for external buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants