You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appkit doesn't have anything like UIAccessibilityTraits, which React Native uses. We currently do a lossy conversion of the "role" prop to NSAccessibilityRole, where in iOS, the role prop is used to set traits (And RCTAccessibilityTraits), which in turn also is used for things like role and accessibilityValue.
We could improve our accessibility story if we were to implement a shim for UIAccessibilityTraits in RCTUIKit.