Dynamic App Icon API
Change your app icon dynamically using the WebToNative JavaScript API. Personalize app icons for Android and iOS based on user actions.
window.WTN.updateAppIcon({
iconName:"icon1" //Name of the new icon
})import { updateAppIcon } from "webtonative";
updateAppIcon({
iconName:"icon1" //Name of the new icon
})Last updated