UNPKG

@expo/prebuild-config

Version:
11 lines (10 loc) 490 B
import { ConfigPlugin } from '@expo/config-plugins'; import { IOSSplashConfig } from './getIosSplashConfig'; import { ContentsJsonImage } from '../../icons/AssetContents'; export declare const withIosSplashAssets: ConfigPlugin<IOSSplashConfig>; export declare function buildContentsJsonImages({ image, darkImage, tabletImage, darkTabletImage, }: { image: string; tabletImage: string | null; darkImage: string | null; darkTabletImage: string | null; }): ContentsJsonImage[];