6.0.14 • Published 1 month ago

@theooiry/capacitor-navigation-bar v6.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

capacitor-navigation-bar

Set navigation bar color for android lolipop and higher

Install

npm install @capgo/capacitor-navigation-bar
npx cap sync

API

setNavigationBarColor(...)

setNavigationBarColor(options: { color: string; }) => Promise<void>
ParamType
options{ color: string; }

getNavigationBarColor()

getNavigationBarColor() => Promise<{ color: string; }>

Returns: Promise<{ color: string; }>


6.0.14

1 month ago

6.0.13

1 month ago

6.0.12

1 month ago