Recently I worked on a React Native app which required a focus on accessibility, especially compatibility with Talk Back (Android) and VoiceOver (iOS). I only had theoretical experience in React Native's accessibility features and never before checked how my native apps work with a screen reader.
But focus on accessibility is important. We should all check our apps for a11y improvements. Most often it only requires small tweaks for a big impact.
In this session, I want to share my learnings, show you how to make apps accessible and how to check your apps for accessibility problems.