Home
last modified time | relevance | path

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

/expo/tools/src/
H A DProjectVersions.ts15 const BUNDLED_NATIVE_MODULES_PATH = path.join(PACKAGES_DIR, 'expo', 'bundledNativeModules.json'); constant
113 return require(BUNDLED_NATIVE_MODULES_PATH) as Record<string, string>;
120 await JsonFile.mergeAsync(BUNDLED_NATIVE_MODULES_PATH, patch);
/expo/tools/src/commands/
H A DUpdateProjectTemplates.ts17 const BUNDLED_NATIVE_MODULES_PATH = path.join(PACKAGES_DIR, 'expo', 'bundledNativeModules.json'); constant
127 const bundledNativeModules = require(BUNDLED_NATIVE_MODULES_PATH);