react-native-air-progress-bar

0.0.5 • Public • Published

React Native Air Progress Bar

Pretty customizable and animated progress-bar component for React Native.

alt text

The source for this module is in the main repo.

alt text

Install

npm install react-native-air-progress-bar --save

Usage

import ProgressBar from 'react-native-air-progress-bar';
 
<ProgressBar progress={0} />
<ProgressBar progress={25} />
<ProgressBar progress={50} />
<ProgressBar progress={75} />
<ProgressBar progress={100} />

License

The MIT License (MIT) Copyright (c) 2017

Dependencies (4)

Dev Dependencies (7)

Package Sidebar

Install

npm i react-native-air-progress-bar

Weekly Downloads

9

Version

0.0.5

License

MIT

Last publish

Collaborators

  • kirillstyopkin