
React Native Qa Review
- Updated April 16, 2026
- MDrooker/claude-skills
react-native-qa-review is a Claude Code skill in the Frontend Development category. Systematic QA review skill for React Native / Expo apps covering architecture, performance, styling, state, accessibility, platform differences, and more.
Key points
- react-native-qa-review
- Frontend Development
- AI-coding skill
React Native Qa Review by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add MDrooker/claude-skills/plugin install react-native-qa-review@mdrooker-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 16, 2026 |
|---|---|
| Repository | MDrooker/claude-skills ↗ |
What it does
Systematic QA review skill for React Native / Expo apps covering architecture, performance, styling, state, accessibility, platform differences, and more.
README.md
MDrooker Claude Skills
A collection of Claude Code skills for mobile and frontend development.
Skills
react-native-qa-review
Systematic QA review for React Native / Expo applications. Covers 14 categories:
- Architecture & component responsibility
- Styling (StyleSheet, design tokens, theming)
- State management (store selectors, derived state, mutations)
- Performance (re-renders, FlatList, memo, images)
- Platform differences (iOS/Android keyboard, safe area, fonts)
- Error, loading & empty states
- Memory leaks (useEffect cleanup, subscriptions)
- Accessibility (labels, roles, touch targets)
- Form & keyboard handling
- Navigation patterns
- Type safety
- Security
- Animation (native driver, Reanimated)
- Consistency & theming
Installation
Add this marketplace to your ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"mdrooker-skills": {
"source": {
"source": "github",
"repo": "MDrooker/claude-skills"
},
"autoUpdate": true
}
}
}
Then install a skill:
/plugin install react-native-qa-review@mdrooker-skills
Usage
Once installed, ask Claude to review your React Native code:
"QA review this screen" "Review this component for issues" "Do a full audit of this file"
Claude will load the skill and work through all 14 categories systematically.