MCPcopy
hub / github.com/zoontek/react-native-bootsplash / resolveAfter

Function resolveAfter

src/specs/NativeRNBootSplash.web.ts:3–5  ·  view source on GitHub ↗
(delay: number)

Source from the content-addressed store, hash-verified

1import type { Spec } from "./NativeRNBootSplash";
2
3function resolveAfter(delay: number) {
4 return new Promise((resolve) => setTimeout(resolve, delay));
5}
6
7function removeNode(node: Node | null) {
8 const parent = node?.parentNode;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…