@howincodes/expo-dynamic-app-icon
Version:
Programmatically change the app icon in Expo.
5 lines • 337 B
TypeScript
import { DynamicAppIconRegistry } from "./types";
export type IconName = DynamicAppIconRegistry["IconName"];
export declare function setAppIcon(name: IconName | null, isInBackground?: boolean): Promise<IconName | "DEFAULT" | false>;
export declare function getAppIcon(): Promise<IconName | "DEFAULT">;
//# sourceMappingURL=index.d.ts.map