skills/smithery.ai/rn-testing

rn-testing

Installation
SKILL.md

React Native Testing

Problem Statement

React Native testing requires extensive mocking of native modules, careful handling of async operations, and understanding of Zustand store testing patterns. This codebase has 30+ test files with established patterns.


Pattern: Zustand Store Testing

Problem: Store state persists between tests, causing flaky tests.

import { useAssessmentStore } from '@/stores/assessmentStore';
Installs
1
First Seen
Mar 31, 2026
rn-testing from smithery.ai