rn-accessibility
Installation
SKILL.md
Accessibility Patterns for React Native
Documentation
This skill has comprehensive documentation:
- Production Examples - Real-world code examples from the codebase
- API Reference - Complete API documentation with official links
- Implementation Patterns - Best practices and anti-patterns
Core Principles
Provide accessibility labels, roles, hints, and alt text for all interactive elements. Use translated strings for labels and test with screen readers.
Why: Accessibility ensures the app is usable by everyone, including users with visual, auditory, motor, or cognitive disabilities. It's both ethical and required by law in many jurisdictions (WCAG 2.1 AA compliance).