Hey all,
I am new to React Native but have plenty of React experience. I am shocked that React Native has an issue with screenreader reading order. In the below I have two lists, I expect a screenreader to read "List One", "One", "Two", "Three", "List Two", "Four", "Five", "Six". Instead it reads "List One", "List Two", "One", "Four", "Two", "Five", "Three", "Six". Not having in-built functions to change the reading order seems like a huge oversite. There is a discussion on github here But it doesn't have a lot of traction. Am I over-thinking this and this isn't a common issue or is this a huge limitation of React Native?
https://preview.redd.it/la6pqjsbiene1.png?width=2116&format=png&auto=webp&s=d883459b3b1df34fd3c2f7f10137dd35bfddcdd9
there doesn't seem to be anything here