{"id":24164536,"url":"https://github.com/binbytes/react-native-simple-progress","last_synced_at":"2025-03-02T06:45:06.816Z","repository":{"id":57340063,"uuid":"135288976","full_name":"binbytes/react-native-simple-progress","owner":"binbytes","description":"simple, easy and fully customize to use progressbar for React Native","archived":false,"fork":false,"pushed_at":"2018-09-21T05:28:03.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-13T06:08:15.735Z","etag":null,"topics":["progress-bar","react-native"],"latest_commit_sha":null,"homepage":"","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/binbytes.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":"2018-05-29T11:55:13.000Z","updated_at":"2018-09-21T05:28:05.000Z","dependencies_parsed_at":"2022-08-26T03:41:58.396Z","dependency_job_id":null,"html_url":"https://github.com/binbytes/react-native-simple-progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbytes%2Freact-native-simple-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbytes%2Freact-native-simple-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbytes%2Freact-native-simple-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binbytes%2Freact-native-simple-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binbytes","download_url":"https://codeload.github.com/binbytes/react-native-simple-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470366,"owners_count":19968041,"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":["progress-bar","react-native"],"created_at":"2025-01-12T19:17:37.322Z","updated_at":"2025-03-02T06:45:06.781Z","avatar_url":"https://github.com/binbytes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-simple-progress\n\nEasy to use and full customized horizontal progressbar.\n\n## Installation\n\n`$ npm install react-native-simple-progress --save`\n\n## Usage\n\n```js\nimport Progress from 'react-native-simple-progress';\n\n\u003cProgress \n\tprogress={10} \n\theight={24} \n\tprogressColor={'#3B7FD2'}\n\tborderColor={'#CCC'}\n\tborderRadius={25} /\u003e\n```\n\n### Properties\n\n| Prop | Description | Default |\n|---|---|---|\n|**`progress`**|Progress of whatever the indicator is indicating. A number between 0 and 100. |`0`|\n|**`height`**|Hight of Progressbar. |`24`|\n|**`progressColor`**|Fill color of the indicator. |`#3B7FD2`|\n|**`borderWidth`**|Width of outer border, set to `0` to remove. |`1`|\n|**`borderColor`**|Color of outer border. |`#CCC`|\n|**`borderRadius`**|Radius of outer border. |`25`|\n\n\n![Progress](https://github.com/binbytes/react-native-simple-progress/blob/master/screenshot/progress.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinbytes%2Freact-native-simple-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinbytes%2Freact-native-simple-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinbytes%2Freact-native-simple-progress/lists"}