Home
last modified time | relevance | path

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

/expo/tools/src/
H A DPackages.ts398 const expoModuleConfigJsonPath = path.join(dir, 'expo-module.config.json'); constant
399 const expoModuleConfigJsonExists = fs.existsSync(expoModuleConfigJsonPath);
402 return require(expoModuleConfigJsonExists ? expoModuleConfigJsonPath : unimoduleJsonPath);