mobile-accessibility

Installation
SKILL.md

Mobile Accessibility Skill

This skill provides mobile accessibility reference data for React Native, Expo, iOS, and Android auditing. Used by mobile-accessibility.agent.md.


React Native Accessibility Props - Full Reference

Prop Type Values / Notes WCAG SC Required
accessible boolean true marks the view as an accessibility node 4.1.2 Conditional
accessibilityLabel string Human-readable name - overrides all child text 1.1.1, 4.1.2 Yes (all interactive + image elements)
accessibilityLabelledBy string / string[] References ID(s) of labelling element 1.3.1 For form inputs
accessibilityRole string (see roles table) Communicates element type to AT 4.1.2 Yes (all interactive elements)
accessibilityHint string Additional context spoken after label + role 1.3.3 When action isn't obvious
accessibilityState object {checked, disabled, expanded, selected, busy} 4.1.2 State-bearing elements
accessibilityValue object {min, max, now, text} 1.3.1 Sliders, steppers, progress bars
accessibilityActions array [{name, label}] - defines custom actions 4.1.3 Context menus, long-press alternatives
onAccessibilityAction function Handles custom action triggers 4.1.3 Paired with accessibilityActions
Related skills
Installs
148
GitHub Stars
273
First Seen
Mar 20, 2026