Home
last modified time | relevance | path

Searched defs:getPrebuildConfigAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/config/
H A DconfigAsync.ts57 const { getPrebuildConfigAsync } = await import('@expo/prebuild-config'); constant
63 const { getPrebuildConfigAsync } = await import('@expo/prebuild-config'); constant
/expo/packages/@expo/prebuild-config/build/
H A DgetPrebuildConfig.d.ts3 export declare function getPrebuildConfigAsync(projectRoot: string, props: { function
H A Dindex.js7 getPrebuildConfigAsync: true property
H A DgetPrebuildConfig.js28 async function getPrebuildConfigAsync(projectRoot, props) { function
/expo/packages/@expo/prebuild-config/src/
H A DgetPrebuildConfig.ts12 export async function getPrebuildConfigAsync( function