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.