{"id":19510683,"url":"https://github.com/meta-ben/react-native-bm-header-action","last_synced_at":"2026-05-12T13:40:45.266Z","repository":{"id":57335791,"uuid":"248324307","full_name":"Meta-Ben/react-native-bm-header-action","owner":"Meta-Ben","description":"2019 - Header module for React Native","archived":false,"fork":false,"pushed_at":"2024-07-15T22:44:21.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T14:14:58.527Z","etag":null,"topics":["plugin","react-native"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Meta-Ben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-18T19:29:39.000Z","updated_at":"2024-07-16T00:59:47.000Z","dependencies_parsed_at":"2024-01-23T23:25:55.033Z","dependency_job_id":"f5470629-5715-4427-99a0-a740108c0326","html_url":"https://github.com/Meta-Ben/react-native-bm-header-action","commit_stats":null,"previous_names":["happeal/react-native-bm-header-action","amealky/react-native-bm-header-action","meta-ben/react-native-bm-header-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Meta-Ben/react-native-bm-header-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2Freact-native-bm-header-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2Freact-native-bm-header-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2Freact-native-bm-header-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2Freact-native-bm-header-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meta-Ben","download_url":"https://codeload.github.com/Meta-Ben/react-native-bm-header-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2Freact-native-bm-header-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32942139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["plugin","react-native"],"created_at":"2024-11-10T23:16:44.438Z","updated_at":"2026-05-12T13:40:45.242Z","avatar_url":"https://github.com/Meta-Ben.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e:iphone: react-native-bm-header-action :iphone:\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Android-%204--2--1?style=for-the-badge\u0026label=platform\u0026color=green\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/IOS-%204--2--1?style=for-the-badge\u0026label=platform\u0026color=blue\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Javascript-%204--2--1?style=for-the-badge\u0026label=Language\u0026color=orange\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://i.ibb.co/LtxnxXn/Capture-d-e-cran-2024-01-23-a-23-08-17.png\"\u003e\n\u003c/p\u003e\n\n\nReact native module to add a button icon (with text or not)\n## Getting started\n\n`$ npm install react-native-bm-header-action --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-bm-header-action`\n\n## How to use\nStart by adding\n```javascript\nimport BmHeaderAction from 'react-native-bm-header-action';\n```\n\nthen use like this :\n```javascript\n\u003cBmHeaderAction style={styles.headerStyle}\n  title={this.props.title}\n  buttonStyle={styles.buttonStyle}\n  buttonIconStyle={styles.buttonIconStyle}\n  titleStyle={styles.titleStyle}\n  menuIcon={require(\"../icons/home.png\")}\n  buttonAction={this.onClick}/\u003e\n```\n## Properties\n| Prop  | Default  | Type | Description | Optional |\n| --- | --- | --- | --- | --- |\n| style | `width: 100%` | `style object`| Change the default style of the base button | yes\n| title | - | `string` | Add a title in the header | yes\n| buttonStyle | - | `style object` | Change the default style of action button | yes\n| buttonIconStyle | - | `style object` | Change the default style of the action icon | yes\n| titleStyle | - | `style object` | Change the default style of the title | yes\n| menuIcon | - | `icon like `require('../myicon.png')` or variable contain it`| Add the icon to the button | yes\n| buttonAction | - | `function` | Add a callback function to the button | yes\n\nEnjoy :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeta-ben%2Freact-native-bm-header-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeta-ben%2Freact-native-bm-header-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeta-ben%2Freact-native-bm-header-action/lists"}