Can someone please help me with this issue. On Android everything is fine with accessibilityViewIsModal, but on iOS Voice Over reads out elements that belong to background invisible Expo's Profile tab.
I tried to set
accessibilityViewIsModal={true}
to my App's top View, but it didn't work.
Please advise?