translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

How to get React-Native to announce specific accessibility message via AccessibiliyManager?

Stackoverflow

How would you approach announcing an accessibility message via TalkBack on Android (or iOS equivalent)? Is this possible with existing ReactNative version?

Tags: 
  • android
  • react-native
  • accessibility
  • react-native-android

React-Native: How to make Talkback recognize Touchable components as interactive?

I'm trying to make my React Native app accessible.

In native, when I have a Button, TalkBack says my content description, then the component type and then a hint like:

Tags: 
  • android
  • react-native
  • accessibility