Microsoft/react-native-windows

Implement accessibilitySetSize property for Modal for fabric

Open

#13,091 opened on Apr 29, 2024

 (3 comments) (0 reactions) (1 assignee)C++ (1,134 forks)batch import
API: CompletionArea: AccessibilityArea: Component ViewsArea: FabricArea: ModalArea: View PropsNew ArchitectureParity: Fabric vs. PaperWorkstream: Component Parityenhancementgood first issue

Repository metrics

Stars
 (16,129 stars)
PR merge metrics
 (PR metrics pending)

Description

Implement the accessibilitySetSize property for the fabric implementation of Modal.

This property was available in RNW Paper via FrameworkElementViewManager.

See https://microsoft.github.io/react-native-windows/docs/iviewwindowsprops-api#accessibilityposinset for details.

Contributor guide