UNPKG

@testing-library/react-native

Version:

Simple and complete React Native testing utilities that encourage good testing practices.

3 lines (2 loc) 139 B
import type { TestInstance } from 'test-renderer'; export declare function getTextContent(instance: TestInstance | string | null): string;