MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / setIsReactActEnvironment

Function setIsReactActEnvironment

src/act.ts:13–15  ·  view source on GitHub ↗
(isReactActEnvironment: boolean | undefined)

Source from the content-addressed store, hash-verified

11}
12
13function setIsReactActEnvironment(isReactActEnvironment: boolean | undefined) {
14 globalThis.IS_REACT_ACT_ENVIRONMENT = isReactActEnvironment;
15}
16
17function getIsReactActEnvironment() {
18 return globalThis.IS_REACT_ACT_ENVIRONMENT;

Callers 1

withGlobalActEnvironmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…