Home
last modified time | relevance | path

Searched refs:unstable_exportStaticAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DexportApp.ts7 import { unstable_exportStaticAsync } from './exportStaticAsync';
137 await unstable_exportStaticAsync(projectRoot, {
H A DexportStaticAsync.ts37 export async function unstable_exportStaticAsync(projectRoot: string, options: Options) { function