6.0.14 • Published 2 years ago
@theooiry/capacitor-navigation-bar v6.0.14
capacitor-navigation-bar
Set navigation bar color for android lolipop and higher
Install
npm install @capgo/capacitor-navigation-bar
npx cap syncAPI
setNavigationBarColor(...)
setNavigationBarColor(options: { color: string; }) => Promise<void>| Param | Type |
|---|---|
options | { color: string; } |
getNavigationBarColor()
getNavigationBarColor() => Promise<{ color: string; }>Returns: Promise<{ color: string; }>