@react-native-oh-tpl/react-native-bootsplash
Version:
Display a bootsplash on your app starts. Hide it when you want.
11 lines • 327 B
TypeScript
import * as Expo from "@expo/config-plugins";
type ExpoPlugin = Expo.ConfigPlugin<{
assetsDir?: string;
android?: {
parentTheme?: "TransparentStatus" | "EdgeToEdge";
darkContentBarsStyle?: boolean;
};
}>;
export declare const withBootSplash: ExpoPlugin;
export {};
//# sourceMappingURL=expo.d.ts.map