{"id":25527160,"url":"https://github.com/moschan/react-native-progress-bar-classic","last_synced_at":"2025-04-11T06:10:12.336Z","repository":{"id":57339221,"uuid":"49127383","full_name":"moschan/react-native-progress-bar-classic","owner":"moschan","description":"Simple animated progress bar for React Native","archived":false,"fork":false,"pushed_at":"2017-06-11T04:36:41.000Z","size":371,"stargazers_count":35,"open_issues_count":4,"forks_count":18,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T06:09:22.851Z","etag":null,"topics":["npm-package","react-native"],"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/moschan.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-06T09:56:25.000Z","updated_at":"2024-02-08T03:07:53.000Z","dependencies_parsed_at":"2022-09-02T01:20:27.139Z","dependency_job_id":null,"html_url":"https://github.com/moschan/react-native-progress-bar-classic","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/moschan%2Freact-native-progress-bar-classic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moschan%2Freact-native-progress-bar-classic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moschan%2Freact-native-progress-bar-classic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moschan%2Freact-native-progress-bar-classic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moschan","download_url":"https://codeload.github.com/moschan/react-native-progress-bar-classic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351382,"owners_count":21089270,"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":["npm-package","react-native"],"created_at":"2025-02-19T22:17:22.247Z","updated_at":"2025-04-11T06:10:12.248Z","avatar_url":"https://github.com/moschan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"react-native-progress-bar-classic\n===\n\n\u003e Simple animated progress bar for React Native\n\n[![npm](https://img.shields.io/npm/v/react-native-progress-bar-classic.svg)]()[![npm](https://img.shields.io/npm/l/react-native-progress-bar-classic.svg)]()\n\n[![NPM](https://nodei.co/npm/react-native-progress-bar-classic.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/react-native-progress-bar-classic/)\n\nDemo\n---\n![Demo](./doc/demo.gif)\n\n\nInstallation\n==\n\nin Cli\n---\n```\nnpm i react-native-progress-bar-classic\n```\n\nUsage\n===\n\nSimple\n---\n```\nimport ProgressBarClassic from 'react-native-progress-bar-classic';\n\n\u003cProgressBarClassic progress={20} /\u003e\n```\n\nCustomized\n---\n```\n\u003cProgressBarClassic\n  progress={20}\n  valueStyle={'balloon'}\n/\u003e\n```\n\n\nProps\n===\n\nprogress(Int) `Default: 0`\n---\nThe Progress. `progress` can take 0 to 100.\n\nvalueStyle(String) `Default: 'default'`\n---\n`valueStyle` detect style of progress percentage\n\n### `'default'`\n\n![Demo](./doc/default.jpg)\n\n\n### `'balloon'`\n\n![Demo](./doc/balloon.jpg)\n\n### `'none'`\n\n![Demo](./doc/none.jpg)\n\nlabel(String)\n---\nThe bar label. You cannot use with `valueStyle: 'balloon'`.\n\n![Demo](./doc/label.jpg)\n\nvalue(String)\n---\nIf you want to show value, you can use the `value` props. You have to use `value` props with `label` props.\n\n![Demo](./doc/value.jpg)\n\nTODO\n==\n- [ ] can change style (color, height, etc..)\n- \n\nContributing\n==\nOf course! Welcome :)\n\n\nLicense\n==\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoschan%2Freact-native-progress-bar-classic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoschan%2Freact-native-progress-bar-classic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoschan%2Freact-native-progress-bar-classic/lists"}