-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementRequires extension or creation of new React Native APIRequires extension or creation of new React Native API
Description
Is your feature request related to a problem? Please describe.
I want my app to have a nice table of contents for screenreaders, but not all headings should be visible to sighted users (e.g. navigation sections).
Describe a solution you'd like
People use variations of this technique on web: https://github.com/twbs/bootstrap/blob/38ca58bf3c886d99e75e307dd6f631a2c9e2c7a2/scss/mixins/_screen-reader.scss#L6-L15
Describe alternatives you've considered
I'd like to hear from @necolas what's the most RNW way of doing this.
Metadata
Metadata
Assignees
Labels
enhancementRequires extension or creation of new React Native APIRequires extension or creation of new React Native API