PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@expo/prebuild-config/build/plugins/icons
Просмотр файла: withIosIcons.d.ts
import { ConfigPlugin } from '@expo/config-plugins';
import { ExpoConfig } from '@expo/config-types';
import { ContentsJsonImageIdiom } from './AssetContents';
export declare const withIosIcons: ConfigPlugin;
export declare const ICON_CONTENTS: {
idiom: ContentsJsonImageIdiom;
sizes: {
size: number;
scales: (1 | 2 | 3)[];
}[];
}[];
export declare function getIcons(config: Pick<ExpoConfig, 'icon' | 'ios'>): string | null;
export declare function setIconsAsync(config: ExpoConfig, projectRoot: string): Promise<void>;
Выполнить команду
Для локальной разработки. Не используйте в интернете!