I mean, none of these concerns are specific to React Native, really; any lowest common denominator framework has the same issue. Accessibility is too rarely considered by designers, or more specifically the designers' bosses, who seem to think of it as an afterthought to be tacked on later as an optional bonus; it should be a core consideration.<p>In iOS, it's been a core part of the system frameworks for 9 years. That builds on over a decade of the same accessibility frameworks in macOS. There's really no reason that every new, popular, and widely-used user interface framework or library can't implement accessibility 100% on the two primary mobile operating systems.<p>Last year's WWDC session[1] on designing with accessibility in mind was just a reminder, but it really should be considered a mandatory part of user interface testing. If a company can't afford that aspect of testing, then they should really consider what frameworks and libraries they're using, how they're developing, and what trade-offs are involved.<p>[1]: <a href="https://developer.apple.com/videos/play/wwdc2017/806/" rel="nofollow">https://developer.apple.com/videos/play/wwdc2017/806/</a>