# react-native-progressbar

> react-native-progressbar

Latest version **1.0.4** (published 2017-05-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-progressbar
pnpm add react-native-progressbar
yarn add react-native-progressbar
bun add react-native-progressbar
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2017-05-02 |
| First published | 2017-04-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | wish570225463 |
| Maintainers | hellowish |
| Keywords | react-native, react-native-progress, react-native-progressbar, react-native-progress-bar, react, progress, progressbar, progress-bar |

## Links

- npm: https://www.npmjs.com/package/react-native-progressbar
- Repository: https://github.com/wish570225463/react-native-progressbar
- Homepage: https://github.com/wish570225463/react-native-progressbar#readme
- Issues: https://github.com/wish570225463/react-native-progressbar/issues
- npm.io page: https://npm.io/package/react-native-progressbar

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2017-05-02
- 1.0.3 — 2017-04-20
- 1.0.2 — 2017-04-20
- 1.0.1 — 2017-04-20
- 1.0.0 — 2017-04-20

## README

[![npm][npm-badge]][npm]
 [![react-native][rn-badge]][rn]
 [![MIT][license-badge]][license]
 [![bitHound Score][bithound-badge]][bithound]
 [![Downloads](https://img.shields.io/npm/dm/rnkit-input.svg)](https://www.npmjs.com/package/rnkit-input)
 
 ProgressBae for [React Native][rn].
 
 [**Support me with a Follow**](https://github.com/wish570225463/followers)
 
 
 ![](https://github.com/wish570225463/react-native-progressbar/blob/master/image/ios.gif?raw=true)
 
 [npm-badge]: https://img.shields.io/npm/v/rnkit-input.svg
 [npm]: https://www.npmjs.com/package/rnkit-input
 [rn-badge]: https://img.shields.io/badge/react--native-v0.28-05A5D1.svg
 [rn]: https://facebook.github.io/react-native
 [license-badge]: https://img.shields.io/dub/l/vibe-d.svg
 [license]: https://raw.githubusercontent.com/rnkit/rnkit-input/master/LICENSE
 [bithound-badge]: https://www.bithound.io/github/rnkit/rnkit-input/badges/score.svg
 [bithound]: https://www.bithound.io/github/rnkit/rnkit-input

## Getting Started
 
### iOS and Android
 
 * ####npm
 
 `npm install react-native-progressbar`
 
 * ####yarn

 `yarn add react-native-progressbar`
 
 ## Basic Usage
 
 Import library
 
 ```
 import Progress from 'react-native-progressbar';
 ```
 ```jsx
 this.refs.progress.show();	//显示进度条。
 
 this.refs.progress.changeProgress(per);	//改变进度条进度。per:当前进度所占百分比
 
 this.refs.progress.finish();	//进度条完成，并隐藏。
 
 render() {
	    return (
	        <Progress ref={'progress'} title={'正在下载'}/>
	    );
  }
 
 ```
 
 #### Params
 
 | Key | Type | Default | Description |
 | --- | --- | --- | --- |
 | title | string | '进度' |提示文字。|
  
 ## Contribution
 
 - [@wish5702254693](mailto:5702254693@qq.com) The main author.
 
 ## Questions
 
 Feel free to [contact me](mailto:5702254693@qq.com) or [create an issue](https://github.com/wish5702254693/react-native-progressbar/issues/new)
 
 > made with ♥

---
_Source: https://npm.io/package/react-native-progressbar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
