UNPKG

react-native-bootsplash

Version:

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

3 lines 411 B
import { AddonConfig } from "../generate"; export declare const execute: ({ licenseKey, isExpo, fileNameSuffix, androidOutputPath, iosOutputPath, htmlTemplatePath, assetsOutputPath, logoPath, darkLogoPath, brandPath, darkBrandPath, logoHeight, logoWidth, brandHeight, brandWidth, background, logo, brand, darkBackground, darkLogo, darkBrand, }: AddonConfig) => Promise<void>; //# sourceMappingURL=index.d.ts.map