Documentation

type TestAppContext

Type definition for the global app context with test-specific render and activity contexts, set by the useTestContext function.

type TestAppContext = AppContext & {
renderer: TestRenderer;
navigation: TestNavigationContext;
};