MCPcopy
hub / github.com/callstack/react-native-testing-library / Screen

Interface Screen

src/screen.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10
11interface Screen extends RenderResult {
12 isDetached?: boolean;
13}
14
15const defaultScreen: Screen = {
16 isDetached: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…