An open API service indexing awesome lists of open source software.

https://github.com/abaktiar/rn-multi-progress-bar

React native Multi Progress Bar component
https://github.com/abaktiar/rn-multi-progress-bar

android ios multi-progress-bar progress-bar react-native

Last synced: about 2 months ago
JSON representation

React native Multi Progress Bar component

Awesome Lists containing this project

README

          

# Multi-Progress Bar

Multi-Progress Bar is a React-Native component. Which can be used to show several progress.

## Demo

![alt text](./example/files/example.gif)

## Installation

npm

```bash
npm i rn-multi-progress-bar
```

yarn

```bash
yarn add rn-multi-progress-bar
```

## Usage

```javascript
import * as React from "react";
import { ProgressBar } from "rn-multi-progress-bar";

const MyComponent = () => {
return (

);
};

export default MyComponent;
```