Description
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Currently, I've implemented the accessibilities feature for a RN app (0.63.4)
And I've noticed that several accessibilities roles are not working anymore.
It is happening only for Android.
I 've just tested for Samsung s10e and I was able to reproduce it.
Testing with samsung j6 is working as expected.
This PR could be related: https://github.com/facebook/react-native/pull/27496/files
React Native version:
0.63.4
Steps To Reproduce
Just Enable Talkback. You can follow this link(https://reactnative.dev/docs/accessibility) in order to enable the Talkback for the emulator
Read some element with the accessibiltyRole='header' or 'text' or 'keyboardkey'
Expected Results
The app should be able to read the different accessibilities roles.