JavaScript Status Bar API
Customize your app status bar using the WebToNative JavaScript API. Set colors, icon styles, transparency, and Android overlay options.
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