We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#557
The current link with the onPress prop is a button:
<button type="button">Text</button> role="link" should be used to indicate the purpose of the component.
<button type="button">Text</button>
role="link"
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/link_role
The text was updated successfully, but these errors were encountered:
AnaMontes11
No branches or pull requests
#557
The current link with the onPress prop is a button:
<button type="button">Text</button>
role="link"
should be used to indicate the purpose of the component.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/link_role
Tasks
The text was updated successfully, but these errors were encountered: