UNPKG

@howincodes/expo-dynamic-app-icon

Version:
9 lines 294 B
export async function setAppIcon(name, isInBackground = true) { console.warn("setAppIcon is not supported on web"); return false; } export async function getAppIcon() { console.warn("getAppIcon is not supported on web"); return "DEFAULT"; } //# sourceMappingURL=index.web.js.map