🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@capgo/capacitor-navigation-bar

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/capacitor-navigation-bar

Set navigation bar color for android lolipop and higher

7.1.21
latest
Source
npm
Version published
Weekly downloads
2.4K
22.33%
Maintainers
1
Weekly downloads
 
Created
Source

Capgo - Instant updates for capacitor

Check out: Capgo — Instant updates for capacitor

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: NavigationBarColor | string; darkButtons?: boolean; }) => Promise<void>
ParamType
options{ color: string; darkButtons?: boolean; }

getNavigationBarColor()

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

Returns: Promise<{ color: string; darkButtons: boolean; }>

Enums

NavigationBarColor

MembersValue
WHITE"#FFFFFF"
BLACK"#000000"
TRANSPARENT"transparent"

Keywords

capacitor

FAQs

Package last updated on 23 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts