Home
last modified time | relevance | path

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

/expo/packages/create-expo/src/
H A DcreateAsync.ts80 return await createExampleAsync(inputPath, options);
134 async function createExampleAsync(inputPath: string, props: Options): Promise<void> { function