Home
last modified time | relevance | path

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

/expo/tools/src/typings/
H A DAppConfig.ts28 iosManifestPath: string;
/expo/tools/src/commands/
H A DPublishProdExpoHomeCommand.ts36 const iosManifestPath = path.join(IOS_DIR, 'Exponent', 'Supporting', 'kernel-manifest.json'); constant
154 const manifestPath = platform === 'ios' ? iosManifestPath : androidManifestPath; constant