UNPKG

218 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getSplashScreen(config: ExpoConfig): boolean;
3export declare function setSplashScreenAsync(config: ExpoConfig, projectRoot: string): Promise<void>;