{"id":13515088,"url":"https://github.com/Cap-go/capacitor-navigation-bar","last_synced_at":"2025-03-31T04:36:23.671Z","repository":{"id":133203665,"uuid":"611999379","full_name":"Cap-go/capacitor-navigation-bar","owner":"Cap-go","description":"Set navigation bar color for android lolipop and higher","archived":false,"fork":false,"pushed_at":"2024-02-12T21:15:45.000Z","size":337,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-13T21:54:56.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cap-go.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS.txt","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"Cap-go","patreon":null,"open_collective":"capgo","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-03-10T01:27:17.000Z","updated_at":"2024-03-26T15:10:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5636323-6d8d-44a2-9f9d-a0c0f27d27b9","html_url":"https://github.com/Cap-go/capacitor-navigation-bar","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":0.6046511627906976,"last_synced_commit":"ab39cbc6c70531af8d45bc17fe8f17e4251e1964"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap-go%2Fcapacitor-navigation-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap-go%2Fcapacitor-navigation-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap-go%2Fcapacitor-navigation-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cap-go%2Fcapacitor-navigation-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cap-go","download_url":"https://codeload.github.com/Cap-go/capacitor-navigation-bar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246408509,"owners_count":20772299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:01:06.160Z","updated_at":"2025-03-31T04:36:23.651Z","avatar_url":"https://github.com/Cap-go.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Cap-go","https://opencollective.com/capgo"],"categories":["[Capgo plugins](https://capgo.app/)","Capgo Capacitor Plugins","TypeScript","JavaScript"],"sub_categories":["UI \u0026 Display"],"readme":"\u003ca href=\"https://capgo.app/\"\u003e\u003cimg src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003e\u003ca href=\"https://capgo.app/\"\u003eCheck out: Capgo — Instant updates for capacitor\u003c/a\u003e\u003c/h2\u003e\n\u003c/div\u003e\n\n# capacitor-navigation-bar\n\nSet navigation bar color for android lolipop and higher\n\n## Install\n\n```bash\nnpm install @capgo/capacitor-navigation-bar\nnpx cap sync\n```\n\n## API\n\n\u003cdocgen-index\u003e\n\n* [`setNavigationBarColor(...)`](#setnavigationbarcolor)\n* [`getNavigationBarColor()`](#getnavigationbarcolor)\n* [Enums](#enums)\n\n\u003c/docgen-index\u003e\n\n\u003cdocgen-api\u003e\n\u003c!--Update the source file JSDoc comments and rerun docgen to update the docs below--\u003e\n\n### setNavigationBarColor(...)\n\n```typescript\nsetNavigationBarColor(options: { color: NavigationBarColor | string; buttonStyle?: NavigationBarButtonStyle; }) =\u003e Promise\u003cvoid\u003e\n```\n\n| Param         | Type                                                                                                            |\n| ------------- | --------------------------------------------------------------------------------------------------------------- |\n| **`options`** | \u003ccode\u003e{ color: string; buttonStyle?: \u003ca href=\"#navigationbarbuttonstyle\"\u003eNavigationBarButtonStyle\u003c/a\u003e; }\u003c/code\u003e |\n\n--------------------\n\n\n### getNavigationBarColor()\n\n```typescript\ngetNavigationBarColor() =\u003e Promise\u003c{ color: string; buttonStyle: NavigationBarButtonStyle; }\u003e\n```\n\n**Returns:** \u003ccode\u003ePromise\u0026lt;{ color: string; buttonStyle: \u003ca href=\"#navigationbarbuttonstyle\"\u003eNavigationBarButtonStyle\u003c/a\u003e; }\u0026gt;\u003c/code\u003e\n\n--------------------\n\n\n### Enums\n\n\n#### NavigationBarColor\n\n| Members           | Value                      |\n| ----------------- | -------------------------- |\n| **`WHITE`**       | \u003ccode\u003e\"#FFFFFF\"\u003c/code\u003e     |\n| **`BLACK`**       | \u003ccode\u003e\"#000000\"\u003c/code\u003e     |\n| **`TRANSPARENT`** | \u003ccode\u003e\"transparent\"\u003c/code\u003e |\n\n\n#### NavigationBarButtonStyle\n\n| Members     | Value                  |\n| ----------- | ---------------------- |\n| **`LIGHT`** | \u003ccode\u003e\"#FFFFFF\"\u003c/code\u003e |\n| **`DARK`**  | \u003ccode\u003e\"#000000\"\u003c/code\u003e |\n\n\u003c/docgen-api\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCap-go%2Fcapacitor-navigation-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCap-go%2Fcapacitor-navigation-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCap-go%2Fcapacitor-navigation-bar/lists"}