Home
last modified time | relevance | path

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

/expo/tools/src/
H A DPackages.ts399 const expoModuleConfigJsonExists = fs.existsSync(expoModuleConfigJsonPath); constant
402 return require(expoModuleConfigJsonExists ? expoModuleConfigJsonPath : unimoduleJsonPath);