Searched refs:expoModuleConfigJsonPath (Results 1 – 1 of 1) sorted by relevance
398 const expoModuleConfigJsonPath = path.join(dir, 'expo-module.config.json'); constant399 const expoModuleConfigJsonExists = fs.existsSync(expoModuleConfigJsonPath);402 return require(expoModuleConfigJsonExists ? expoModuleConfigJsonPath : unimoduleJsonPath);