DEV Community

Discussion on: Does anyone know how to enable a screen reader to announce to a user when a button has been clicked? or removed?

Collapse
 
mpuckett profile image
Michael Puckett

Looks like React Native has a special Accessibility API.

facebook.github.io/react-native/do...

There is one for Live Region but it’s Android only? You may have to dig a little deeper to see if there is an equivalent or workaround for iOS.