lucasferreira / react-native-flash-message

React Native flashbar and top notification alert utility
MIT License
1.42k stars 154 forks source link

Accesible Example #222

Open Zenyker opened 2 years ago

Zenyker commented 2 years ago

Can you please give me a example showing how to use accesibleLabel please?.

lucasferreira commented 2 years ago

Hi @Zenyker

This isn't something exclusive of this package, as you can see in this link every View in React Native has this props => https://reactnative.dev/docs/accessibility

Zenyker commented 2 years ago

Hi thanks for the answer, I am making an accessible app but the showMessage don’t works with voice over, I just want to voice over detect the text of the fetch response.

Thanks