Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DSyncBundledNativeModules.ts40 const bundledNativeModules = await readBundledNativeModulesAsync();
121 async function readBundledNativeModulesAsync(): Promise<BundledNativeModules> { function