UNPKG

@expo/prebuild-config

Version:
5 lines (4 loc) 283 B
import { ConfigPlugin } from '@expo/config-plugins'; import { IOSSplashConfig } from './getIosSplashConfig'; export declare const SPLASHSCREEN_COLORSET_PATH = "Images.xcassets/SplashScreenBackground.colorset"; export declare const withIosSplashColors: ConfigPlugin<IOSSplashConfig>;