Home
last modified time | relevance | path

Searched defs:loadBundleAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/metro-runtime/build/async-require/
H A DloadBundle.d.ts6 export declare function loadBundleAsync(bundlePath: string): Promise<void>; function
H A DloadBundle.js19 async function loadBundleAsync(bundlePath) { function
/expo/packages/@expo/metro-runtime/src/async-require/
H A DloadBundle.ts18 export async function loadBundleAsync(bundlePath: string): Promise<void> { function