microsoft / microsoft/react-native-gallery
Hamburger menu button has odd accessibility labeling
Open
@chrisglein is already working on this.
Since Apr 25, 2024.
Area: Accessibility
enhancement
Workstream: Gallery and Samples
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 57
- Avg merge
- 18h 19m
- Merged PRs (30d)
- 10
Description
Something doesn't feel right about how the drawer hamburger menu is showing to accessibility:
Collapsed:
Expanded:
Contrast with WinUI 3 Gallery's button:
Collapsed:
Expanded:
### Tasks
- [ ] Uses `TouchableHighlight` instead of `Pressable`
- [ ] Has different labels depending on press state
- [ ] Has child text item that shows not-legible text to accessibility
- [ ] Update terms to match ("Navigation" instead of "drawer")
- [ ] #407
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.