react-native-testing-library
Write reliable React Native component tests with user-focused patterns
All Skills in This Repository (4)
Pure Emerald Level Indicatorsdoc-coauthoring
Guide structured collaborative writing through context gathering, refinement, and reader testing.
code-review-excellence
Guide code reviews with phase-driven workflows and feedback templates.
humanizer
Identify and rewrite AI-generated writing patterns to sound more natural.
react-native-testing
Write React Native component tests using React Native Testing Library v13 and v14 APIs.
Frequently Asked Questions
FAQPage SchemaHow to install React Native Testing Library skills?โผ
Run `npx skills add callstack/react-native-testing-library --all -g -y` in your terminal to install all skills in this suite globally.
How to test React Native components with AI?โผ
The skill teaches your AI agent to render components, query elements by role, and simulate real user interactions like presses and typing using RNTL best practices.
Does it support both RNTL v13 and v14?โผ
Yes. The skill detects your installed version and loads the correct API reference, since v13 uses sync rendering and v14 requires awaiting async APIs.
What testing mistakes does this skill prevent?โผ
It prevents common anti-patterns like querying by testID instead of role, misusing waitFor, skipping await on async APIs, and asserting on props instead of user-visible behavior.
Does it work with Claude Code and other AI agents?โผ
Yes. The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core