Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/doctor/dependencies/
H A DbundledNativeModules.ts52 const bundledNativeModulesPath = resolveFrom.silent( constant
56 if (!bundledNativeModulesPath) {
62 return await JsonFile.readAsync<BundledNativeModules>(bundledNativeModulesPath);
/expo/tools/src/publish-packages/tasks/
H A DupdateBundledNativeModulesFile.ts24 const bundledNativeModulesPath = path.join(EXPO_DIR, 'packages/expo/bundledNativeModules.json');
26 bundledNativeModulesPath
49 await JsonFile.writeAsync(bundledNativeModulesPath, bundledNativeModules);
/expo/tools/src/commands/
H A DSyncBundledNativeModules.ts122 const bundledNativeModulesPath = path.join(EXPO_PACKAGE_PATH, 'bundledNativeModules.json'); constant
123 return await JsonFile.readAsync<BundledNativeModules>(bundledNativeModulesPath);