feat: improve accessibility across app components and screens - #103
Closed
Opulencechuks wants to merge 3 commits into
Closed
feat: improve accessibility across app components and screens#103Opulencechuks wants to merge 3 commits into
Opulencechuks wants to merge 3 commits into
Conversation
cybermax4200
requested changes
Aug 21, 2026
cybermax4200
left a comment
Contributor
There was a problem hiding this comment.
The ci check is failing, please kindly fix it
cybermax4200
requested changes
Aug 22, 2026
cybermax4200
left a comment
Contributor
There was a problem hiding this comment.
The ci checks are failing, please kindly fix it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #96
Description
This PR addresses crucial accessibility issues to ensure that EcoTask is usable by visually impaired users relying on screen readers (like VoiceOver and TalkBack).
We audited and updated all interactive elements and dynamic content across the
src/screens/andsrc/components/directories. Specifically:accessibilityLabelandaccessibilityRole="button"to allTouchableOpacitycomponents.accessibilityLabelto allTextInputelements.<Text>components withaccessible={true}, an appropriateaccessibilityLabel, andaccessibilityRole="image".accessibilityLiveRegion="polite"to loading and error states to properly announce dynamic content changes.Closes #95
Type of Change
How Has This Been Tested?
Checklist
Screenshots
nil
Additional Context
Out of scope for this PR: Full WCAG 2.1 AA audit and keyboard navigation for web. The focus here was entirely on making interactive elements screen-reader friendly for our core mobile audience in developing regions.