react-native-testing
Installation
SKILL.md
React Native Testing Skill
Learn comprehensive testing strategies including unit tests, component tests, and E2E tests.
Prerequisites
- React Native basics
- Understanding of async/await
- Familiarity with testing concepts
Learning Objectives
After completing this skill, you will be able to:
- Configure Jest for React Native
- Write component tests with Testing Library
- Mock native modules and APIs
- Implement E2E tests with Detox/Maestro
- Set up CI/CD test pipelines