The most common accessibility problem we found is a lack of labels. What good is a button when you can’t tell what it does? These can be usually fixed application-wide in a few hours by adding simple attributes (like "aria-label": https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label).
Some frameworks even have linters that automatically tell you when you have missing labels - super convenient.
Testing your app takes just a few minutes. Here's how to test a web-based one:
More about accessibility here:
We invite you to help raise awareness for this topic this Thursday (in 3 days) for Global Accessibility Awareness Day. 
GitHub
GitHub - FormidableLabs/eslint-plugin-react-native-a11y: React Native specific accessibility linting rules.
React Native specific accessibility linting rules. - FormidableLabs/eslint-plugin-react-native-a11y

Bitcoin Design
Accessibility
Overview and practical tips for making bitcoin applications more accessible
GitHub
Global Accessibility Awareness Day 2023 event · Issue #492 · BitcoinDesign/Meta
May 18, 2023 is Global Accessibility Awareness Day and we got listed on the event page. Our research for the accessibility page has found quite a f...
Join us on Wednesday for our next community call. We'll chat about Global Accessibility Awareness Day (which is Thursday) and how you can chip in, BTC Prague, and Bitcoin Miami.





