Home
last modified time | relevance | path

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

/expo/tools/src/client-build/
H A DAndroidClientBuilder.ts34 async buildAsync(flavor: ClientBuildFlavor = ClientBuildFlavor.VERSIONED) { method in AndroidClientBuilder
H A DIosClientBuilder.ts32 async buildAsync(flavor: ClientBuildFlavor = ClientBuildFlavor.VERSIONED) { method in IosClientBuilder
H A Dtypes.ts14 buildAsync: (flavor?: ClientBuildFlavor) => Promise<void>; property
/expo/packages/@expo/cli/src/export/
H A Dfork-bundleAsync.ts83 const buildAsync = async (bundle: BundleOptions): Promise<BundleOutput> => { constant
/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts270 export async function buildAsync(props: BuildProps): Promise<string> { function