Dynamic App Icon
Customise your app icon on the go.
window.WTN.updateAppIcon({
iconName:"icon1" //Name of the new icon
})import { updateAppIcon } from "webtonative";
updateAppIcon({
iconName:"icon1" //Name of the new icon
})Last updated
Customise your app icon on the go.
window.WTN.updateAppIcon({
iconName:"icon1" //Name of the new icon
})import { updateAppIcon } from "webtonative";
updateAppIcon({
iconName:"icon1" //Name of the new icon
})Last updated