Searched refs:homeAppJsonPath (Results 1 – 1 of 1) sorted by relevance
45 const homeAppJsonPath = path.join(EXPO_DIR, 'home', 'app.json'); constant46 const appJson = (await JsonFile.readAsync(homeAppJsonPath, { json5: true })) as any;