UNPKG

react-native-bootsplash

Version:

Display a bootsplash on your app starts. Hide it when you want.

17 lines 485 B
export declare const generate: ({ platforms, html, flavor, plist, ...rawProps }: { platforms: Array<"android" | "ios" | "web">; html: string; flavor: string; plist?: string; logo: string; background: string; logoWidth: number; assetsOutput: string; licenseKey?: string; brand?: string; brandWidth: number; darkBackground?: string; darkLogo?: string; darkBrand?: string; }) => Promise<void>; //# sourceMappingURL=generate.d.ts.map