Custom `render` function - React Native Testing Library
Summary RNTL exposes the render function as the primary entry point for tests. If you make complex, repeating setups for your tests, consider creating a custom render function. The idea is to...
oss.callstack.com