Challenge 1: What is it?
When creating web content, you often get some screen reader support for free by just using the right HTML element (e.g. your headings are <h> tags, and the screen reader understands that). React Native components often aren't mapped the same way, so you have to describe what they do to the screen reader.
Once you've made some changes to the code below, you'll need to check whether you've fixed all the accessibility issues. Press the 'Test my code' button underneath the code editor to see if your code solves these issues (and get some clues for what you might have missed). You can also get extra hints down there, scan a QR code to run your code on your mobile device Expo Go, and reset the editor if you want to get rid of the changes you made. For help on using a screen reader on your device, see this guide.
Editor tools
Do you need a hint?