{"id":20643491,"url":"https://github.com/st0ffern/react-native-nativebutton","last_synced_at":"2025-09-13T06:47:27.883Z","repository":{"id":57338588,"uuid":"63399873","full_name":"st0ffern/react-native-nativebutton","owner":"st0ffern","description":"Native button for iOS and Android","archived":false,"fork":false,"pushed_at":"2018-03-07T06:13:33.000Z","size":63,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T11:34:58.139Z","etag":null,"topics":["android","ios","nativebutton","react-native","react-native-button"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/st0ffern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-15T07:07:23.000Z","updated_at":"2023-03-11T12:20:10.000Z","dependencies_parsed_at":"2022-09-07T10:10:54.755Z","dependency_job_id":null,"html_url":"https://github.com/st0ffern/react-native-nativebutton","commit_stats":null,"previous_names":["stoffern/react-native-nativebutton"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/st0ffern/react-native-nativebutton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st0ffern%2Freact-native-nativebutton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st0ffern%2Freact-native-nativebutton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st0ffern%2Freact-native-nativebutton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st0ffern%2Freact-native-nativebutton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st0ffern","download_url":"https://codeload.github.com/st0ffern/react-native-nativebutton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st0ffern%2Freact-native-nativebutton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274930291,"owners_count":25375712,"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-09-13T02:00:10.085Z","response_time":70,"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":["android","ios","nativebutton","react-native","react-native-button"],"created_at":"2024-11-16T16:12:58.172Z","updated_at":"2025-09-13T06:47:27.842Z","avatar_url":"https://github.com/st0ffern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## react-native-nativebutton ![](https://img.shields.io/npm/v/react-native-nativebutton.svg?style=flat-square) [![David](https://img.shields.io/david/dev/stoffern/react-native-nativebutton.svg?style=flat-square)]() [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/stoffern/react-native-nativebutton.svg)](https://greenkeeper.io/)\n\n\nThis provides native button responses for each platform (iOS and Android)\n\nAndroid = TouchableNativeFeedback\niOS = TouchableOpacity\n\nNothing more, only the native feeling! :)\n\n\n## Installation\n```npm i -S react-native-nativebutton``` https://www.npmjs.com/package/react-native-nativebutton\n\n\n## Props\n- `children` **(required)**: the content to negate.\n\n## Usage Examples\n\n```js\nimport Button from \"react-native-nativebutton\"\n\nclass Example extends Component{\n  render(){\n    return (\n      \u003cView\u003e\n        \u003cButton style={{backgroundColor: 'red', borderWidth: 1, borderRadius: 5, borderColor: 'blue'}}\u003e\n          \u003cText style={{color: 'white'}}\u003e{'My button'}\u003c/Text\u003e\n        \u003c/Button\u003e\n      \u003c/View\u003e\n    )    \n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst0ffern%2Freact-native-nativebutton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst0ffern%2Freact-native-nativebutton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst0ffern%2Freact-native-nativebutton/lists"}