react-native-bootsplash
Version:
Display a bootsplash on your app starts. Hide it when you want.
26 lines • 956 B
TypeScript
import * as Expo from "@expo/config-plugins";
import { type AddonConfig, type Props } from "../utils";
declare const _default: {
execute: ({ props, androidOutputPath, iosOutputPath, htmlTemplatePath, }: AddonConfig) => Promise<void>;
writeAndroidAssets: ({ androidOutputPath, props, }: {
androidOutputPath: string;
props: Props;
}) => Promise<void>;
writeIOSAssets: ({ iosOutputPath, props, }: {
iosOutputPath: string;
props: Props;
}) => Promise<void>;
writeWebAssets: ({ htmlTemplatePath, props, }: {
htmlTemplatePath: string;
props: Props;
}) => Promise<void>;
writeGenericAssets: ({ props }: {
props: Props;
}) => Promise<void>;
withAndroidColorsNight: ({ config, props, }: {
config: Expo.ExportedConfigWithProps;
props: Props;
}) => Promise<Expo.ExportedConfigWithProps>;
};
export default _default;
//# sourceMappingURL=index.d.ts.map