Status Bar
WTN.statusBar({
style:"light",
color:"80ff0000",
overlay:true //Only for android
});import { statusBar } from "webtonative"
statusBar({
style:"light",
color:"80ff0000",
overlay:true //Only for android
});Last updated