Testing
React Native Testing Library: Unit Tests, Queries, and Async Utilities
React Native Testing Library (RNTL) is the unit and integration testing layer that sits between your Jest unit tests and your Detox/Maestro E2E tests. It renders React Native components in a test environment, provides a DOM-like query API, and gives you control over async behavior — all without a device