Implement accessibilityState: expanded property for Image for fabric #13043
Labels
API: Completion
Area: Accessibility
Area: Component Views
Area: Fabric
Support Facebook Fabric
Area: Image
Area: View Props
https://reactnative.dev/docs/view#props
enhancement
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Parity: Fabric vs. Paper
RNW Fabric does not look or behave like RNW Paper
Workstream: Component Parity
Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Milestone
Implement the accessibilityState: expanded property for the fabric implementation of Image.
Note: The state
disabled
was already implemented by #11674,but the remaining property values (selected
,checked
,busy
,andexpanded
) need to be implemented.This property was available in RNW Paper via FrameworkElementViewManager.
See #13327 for implementation details.
See https://reactnative.dev/docs/accessibility#accessibilitystate for details.
The text was updated successfully, but these errors were encountered: