Files
github-actions[bot] 421ae8d2e2 deploy: e5e8e37033
2026-06-05 14:59:00 +00:00

12 lines
725 B
Markdown

# JavaScript Integration testing for React Native
> The more your tests resemble the way your software is used, the more confidence they can give you.<br/>— Kent C. Dodds
[Quick Start](/docs/start/quick-start) | [Explore API](/docs/api)
## Features
- <img src="/react-native-testing-library/img/icon-code.svg" width="36" /> **Maintainable**: Write maintainable tests for your React Native apps.
- <img src="/react-native-testing-library/img/icon-check-double.svg" width="36" /> **Reliable**: Promotes testing public APIs and avoiding implementation details.
- <img src="/react-native-testing-library/img/icon-users.svg" width="36" /> **Community Driven**: Supported by React Native community and its core contributors.