Home
last modified time | relevance | path

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

/expo/tools/src/
H A DProjectVersions.ts45 const homeAppJsonPath = path.join(EXPO_DIR, 'home', 'app.json'); constant
46 const appJson = (await JsonFile.readAsync(homeAppJsonPath, { json5: true })) as any;