Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DbundledNativeModules-test.ts36 const bundledNativeModules = await getVersionedNativeModulesAsync(projectRoot, '66.0.0'); constant
56 const bundledNativeModules = await getVersionedNativeModulesAsync(projectRoot, '66.0.0'); constant
/expo/tools/src/vendoring/
H A Dindex.ts44 const bundledNativeModules = await getBundledVersionsAsync(); constant
/expo/packages/@expo/cli/src/start/doctor/dependencies/
H A DgetVersionedPackages.ts47 const bundledNativeModules = sdkVersion constant
/expo/tools/src/commands/
H A DUpdateProjectTemplates.ts127 const bundledNativeModules = require(BUNDLED_NATIVE_MODULES_PATH); constant
H A DSyncBundledNativeModules.ts40 const bundledNativeModules = await readBundledNativeModulesAsync(); constant