callstack/react-native-testing-library
🦉 Simple and complete React Native testing utilities that encourage good testing practices. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 97
- Release rhythm 90
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 8.5
- age_days: 2893
- days_rel: 71
- days_push: 20
- n_releases_24m: 19
Adoption not part of the score
3413 stars · 280 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
React Native Testing Library is a TypeScript library providing simple and complete testing utilities for React Native components, built on top of Test Renderer. It encourages testing through user-facing behavior rather than implementation details, offering render, queries, Jest matchers, and user event simulation APIs.
Use cases
- test react native components
- simulate user interactions like typing and pressing in react native tests
- write maintainable component tests that survive refactors
- query rendered ui by role, label, or test id
- test react hooks with renderHook
- add jest matchers for react native elements
- integration test react native forms
When to choose
- you are building React Native apps and want user-centric component tests
- you want tests that avoid implementation details and remain stable during refactors
- you use Jest or another test runner and need React Native runtime simulation
- you want realistic user event simulation (type, press) in tests
When to avoid
- you are testing plain React web apps (use React Testing Library instead)
- you need true end-to-end tests on real devices or emulators (use Detox or Maestro)
- your project does not use React or React Native
Facets
library · maturity active
testing e2e-testing mocking testing mobile-development frontend developer-tools cross-platform react-native jest test-renderer user-event component-testing unit-testing nodejs mobile
5 sources
- readme: https://github.com/callstack/react-native-testing-library · fetched 2026-08-28 · 38f75679cf32
- homepage: https://oss.callstack.com/react-native-testing-library/ · fetched 2026-08-29 · d21a21bcaa57
- site_page: https://oss.callstack.com/react-native-testing-library/docs/start/intro · fetched 2026-08-29 · 36900d90f526
- site_page: https://oss.callstack.com/react-native-testing-library/docs/start/quick-start · fetched 2026-08-29 · ff8f06c69473
- site_page: https://oss.callstack.com/react-native-testing-library/docs/api · fetched 2026-08-29 · d225e4beb353
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| callstack/react-native-testing-library | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="callstack/react-native-testing-library")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem