Skip to content

Should accessible be supported in React Strict DOM? #266

@christianbach

Description

@christianbach

Describe the feature request

React Native uses the accessible prop to group child elements into a single selectable component (docs). Since React Strict DOM is meant to work across React and React Native, should this prop be supported?

I looked through the source code and saw that accessible is defined in renderer.native.js , but it’s never actually set. Was this an intentional omission, or something that could be added?

Curious to hear your thoughts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions