
Testing Reactnative
- 150 installs
- 99 repo stars
- Updated August 4, 2026
- thebeardedbearsas/claude-craft
Helps with testing & qa tasks.
About
testing-reactnative is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.
- testing-reactnative
- Testing & QA
- AI-coding skill
Testing Reactnative by the numbers
- 150 all-time installs (skills.sh)
- Ranked #889 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thebeardedbearsas/claude-craft --skill testing-reactnativeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 150 |
|---|---|
| repo stars | ★ 99 |
| Last updated | August 4, 2026 |
| Repository | thebeardedbearsas/claude-craft ↗ |
What it does
Helps with testing & qa tasks.
Files
Testing React Native 0.85+
Ce skill fournit les bonnes pratiques de test pour React Native 0.85+ avec la New Architecture.
Principes clés
- React Native Testing Library (RNTL) : tester le comportement utilisateur, pas l'implémentation
- Jest : runner de tests avec mocks natifs
- Detox / Maestro : tests E2E pour flows critiques
- Couverture >= 80% pour la logique métier
Spécificités React Native 0.85+
- TurboModules : mocker les modules natifs JSI synchrones (pas de bridge)
- Fabric : tester les composants natifs avec la nouvelle architecture de rendu
- Reanimated 4.x : tester les animations avec
useAnimatedStyleet worklets
Références
Sources : RN Testing Library, Detox
Related skills
Testing & QAtesting