Microsoft/react-native-windows

Implement accessibilitySetSize property for Modal for fabric

Open

#13,091 opened on Apr 29, 2024

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

Repository metrics

Stars
 (6,114 stars)
PR merge metrics
 (Avg merge 3d 17h) (62 merged PRs in 30d)

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