{"id":4267,"url":"https://github.com/yonfong/react-native-starRating","last_synced_at":"2025-08-04T01:31:38.789Z","repository":{"id":57340442,"uuid":"50656804","full_name":"yonfong/react-native-starRating","owner":"yonfong","description":"react native starRatin component","archived":false,"fork":false,"pushed_at":"2016-06-03T01:16:45.000Z","size":5,"stargazers_count":27,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-29T23:36:24.829Z","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/yonfong.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-01-29T10:53:03.000Z","updated_at":"2023-03-09T02:24:23.000Z","dependencies_parsed_at":"2022-08-29T14:41:56.722Z","dependency_job_id":null,"html_url":"https://github.com/yonfong/react-native-starRating","commit_stats":null,"previous_names":["bluesky0109/react-native-starrating"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yonfong/react-native-starRating","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonfong%2Freact-native-starRating","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonfong%2Freact-native-starRating/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonfong%2Freact-native-starRating/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonfong%2Freact-native-starRating/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yonfong","download_url":"https://codeload.github.com/yonfong/react-native-starRating/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonfong%2Freact-native-starRating/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268630353,"owners_count":24281198,"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-03T02:00:12.545Z","response_time":2577,"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":"2024-01-05T20:17:06.340Z","updated_at":"2025-08-04T01:31:38.566Z","avatar_url":"https://github.com/yonfong.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":["UI"],"readme":"# react-native-starRating\nreact native starRatin component\n\n# Installation\n\nnpm install react-native-starrating --save\n\n# Usage\n\nInstall the package via npm install react-native-starrating --save. Then import it in your JavaScript file via import StarRating from 'react-native-starrating'. Check out an example usage below:\n\n```js\nimport StarRating from 'react-native-starrating';\n\nclass ExampleComponent extends React.Component{\n  onStarRatingPress(value) {\n    console.log('Rated ' + value + ' stars!');\n  }\n  render() {\n    return (\n      \u003cStarRating\n        maxStars={5}\n        rating={3}\n        disabled={false}\n        starSize={15}\n        onStarChange={(value) =\u003e this.onStarRatingPress(value)}\n      /\u003e\n    );\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonfong%2Freact-native-starRating","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonfong%2Freact-native-starRating","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonfong%2Freact-native-starRating/lists"}