UNPKG

249 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getRootViewBackgroundColor(config: ExpoConfig): string | null;
3export declare function setRootViewBackgroundColor(config: ExpoConfig, projectDirectory: string): Promise<boolean>;