{"id":28458472,"url":"https://github.com/abaktiar/rn-multi-progress-bar","last_synced_at":"2026-05-09T09:33:54.808Z","repository":{"id":57355493,"uuid":"216327617","full_name":"abaktiar/rn-multi-progress-bar","owner":"abaktiar","description":"React native Multi Progress Bar component","archived":false,"fork":false,"pushed_at":"2020-01-11T05:54:56.000Z","size":463,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T00:11:33.594Z","etag":null,"topics":["android","ios","multi-progress-bar","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abaktiar.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":"2019-10-20T08:03:39.000Z","updated_at":"2024-05-08T09:42:54.000Z","dependencies_parsed_at":"2022-09-26T16:31:47.123Z","dependency_job_id":null,"html_url":"https://github.com/abaktiar/rn-multi-progress-bar","commit_stats":null,"previous_names":["abaktiar/rn-progress-bar-m"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abaktiar/rn-multi-progress-bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaktiar%2Frn-multi-progress-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaktiar%2Frn-multi-progress-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaktiar%2Frn-multi-progress-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaktiar%2Frn-multi-progress-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abaktiar","download_url":"https://codeload.github.com/abaktiar/rn-multi-progress-bar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abaktiar%2Frn-multi-progress-bar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263081096,"owners_count":23410811,"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":["android","ios","multi-progress-bar","progress-bar","react-native"],"created_at":"2025-06-07T00:11:20.369Z","updated_at":"2026-05-09T09:33:54.773Z","avatar_url":"https://github.com/abaktiar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Progress Bar\n\nMulti-Progress Bar is a React-Native component. Which can be used to show several progress.\n\n## Demo\n\n![alt text](./example/files/example.gif)\n\n## Installation\n\nnpm\n\n```bash\nnpm i rn-multi-progress-bar\n```\n\nyarn\n\n```bash\nyarn add rn-multi-progress-bar\n```\n\n## Usage\n\n```javascript\nimport * as React from \"react\";\nimport { ProgressBar } from \"rn-multi-progress-bar\";\n\nconst MyComponent = () =\u003e {\n  return (\n    \u003cProgressBar\n      shouldAnimate={true} // to enable animation, default false\n      animateDuration={1000} // if animation enabled\n      data={[\n        { progress: 7, color: \"rgb(255, 193, 2)\" },\n        { progress: 13, color: \"rgb(55, 106, 255)\" },\n        { progress: 5, color: \"rgb(229, 232, 249)\" }\n      ]}\n    /\u003e\n  );\n};\n\nexport default MyComponent;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabaktiar%2Frn-multi-progress-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabaktiar%2Frn-multi-progress-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabaktiar%2Frn-multi-progress-bar/lists"}