Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithIosIcons.d.ts3 import { ContentsJson } from './AssetContents';
12 }): Promise<ContentsJson['images']>;
H A DAssetContents.d.ts15 export interface ContentsJson { interface
29 export declare function writeContentsJsonAsync(directory: string, { images }: Pick<ContentsJson, 'i…
H A DAssetContents.js.map1ContentsJson {\n images: ContentsJsonImage[];\n info: {\n version: number;\n author: strin…
H A DwithIosIcons.js.map1ContentsJson, writeContentsJsonAsync } from './AssetContents';\n\nconst { getProjectName } = IOSCo…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DAssetContents.ts28 export interface ContentsJson { interface
48 { images }: Pick<ContentsJson, 'images'>
H A DwithIosIcons.ts7 import { ContentsJson, writeContentsJsonAsync } from './AssetContents';
46 const imagesJson: ContentsJson['images'] = await generateUniversalIconAsync(projectRoot, {
79 ): Promise<ContentsJson['images']> {