Home
last modified time | relevance | path

Searched refs:renderAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts75 renderAsync,
79 renderAsync: (pathname: string) => Promise<string>;
91 const data = await renderAsync(pathname);
117 const [resources, { manifest, renderAsync }] = await Promise.all([ constant
133 async renderAsync(pathname: string) {
134 const template = await renderAsync(pathname);
/expo/packages/@expo/cli/src/export/__tests__/
H A DexportStaticAsync.test.ts265 const renderAsync = jest.fn(async () => ''); constant
287 renderAsync,
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroBundlerDevServer.ts166 async renderAsync(path: string) {