{"id":30091906,"url":"https://github.com/osedea/react-native-plus-button-box","last_synced_at":"2025-08-09T07:54:02.410Z","repository":{"id":57339161,"uuid":"60107254","full_name":"Osedea/react-native-plus-button-box","owner":"Osedea","description":"A component to display an Android-like \"+\" button and display action items","archived":false,"fork":false,"pushed_at":"2018-11-05T15:10:30.000Z","size":363,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-06-10T07:53:41.949Z","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/Osedea.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}},"created_at":"2016-05-31T16:51:33.000Z","updated_at":"2019-09-17T12:48:12.000Z","dependencies_parsed_at":"2022-08-28T10:00:48.720Z","dependency_job_id":null,"html_url":"https://github.com/Osedea/react-native-plus-button-box","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Osedea/react-native-plus-button-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osedea%2Freact-native-plus-button-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osedea%2Freact-native-plus-button-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osedea%2Freact-native-plus-button-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osedea%2Freact-native-plus-button-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osedea","download_url":"https://codeload.github.com/Osedea/react-native-plus-button-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osedea%2Freact-native-plus-button-box/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269548490,"owners_count":24436109,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-09T07:54:01.105Z","updated_at":"2025-08-09T07:54:02.308Z","avatar_url":"https://github.com/Osedea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-plus-button-box\nA component to display an Android-like \"+\" button and display action items\n\n# Properties\n\nProperty Name | Type\n--- | ---\nactions | arrayOf(\u003cbr\u003e  { \u003cbr\u003e         key: string,\u003cbr\u003e         onPress: function,\u003cbr\u003e         text?: string\u003cbr\u003e     } \u003cbr\u003e )\nboxColor | string\nbuttonColor | string\nunderlayColor | string\n\n# Usage\n\n```js\nimport CallToActionBox from 'react-native-plus-button-box';\n\nclass MyComp extends Component {\n    render() {\n        return (\n            \u003cCallToActionBox\n                actions={[\n                    {\n                        key: 'test',\n                        text: 'Test me',\n                        onPress: () =\u003e Alert.alert('Hello')\n                    },\n                    {\n                        key: 'test2',\n                        text: 'Test me again',\n                        onPress: () =\u003e Alert.alert('Hello to you too')\n                    }\n                ]}\n            /\u003e\n        );\n    }\n}\n```\n\n# Result\n\n![](./usage.gif)\n\nClosed | Open\n--- | ---\n![](./closed.png) | ![](./open.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosedea%2Freact-native-plus-button-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosedea%2Freact-native-plus-button-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosedea%2Freact-native-plus-button-box/lists"}