Files
2026-01-16 14:01:08 +01:00

29 lines
1014 B
Markdown

---
pageType: home
hero:
image:
src:
light: /img/logo-light.svg
dark: /img/logo-dark.svg
name: JavaScript Integration testing for React Native
tagline: The more your tests resemble the way your software is used, the more confidence they can give you.<br/>— Kent C. Dodds
actions:
- theme: brand
text: Quick Start
link: /docs/start/quick-start
- theme: alt
text: Explore API
link: /docs/api
features:
- title: Maintainable
details: Write maintainable tests for your React Native apps.
icon: <img src="/react-native-testing-library/img/icon-code.svg" width="36" />
- title: Reliable
details: Promotes testing public APIs and avoiding implementation details.
icon: <img src="/react-native-testing-library/img/icon-check-double.svg" width="36" />
- title: Community Driven
details: Supported by React Native community and its core contributors.
icon: <img src="/react-native-testing-library/img/icon-users.svg" width="36" />
---