Home

Awesome

<p align="center"><img src ="https://raw.githubusercontent.com/kis/react-native-air-progress-bar/master/plane.jpg" /></p> <h1 align='center'>React Native Air Progress Bar</h1> <p align='center'>Pretty customizable and animated progress-bar component for React Native.</p> <p align='center'> <a href='https://www.npmjs.com/package/react-native-air-progress-bar'><img src="https://img.shields.io/npm/v/react-native-air-progress-bar.svg?style=flat-square" alt=""></a> <a href='https://www.npmjs.com/package/react-native-air-progress-bar'><img src='https://img.shields.io/npm/dm/react-native-air-progress-bar.svg?style=flat-square' /></a> <a href='https://www.npmjs.com/package/react-native-air-progress-bar'><img src='https://img.shields.io/npm/dt/react-native-air-progress-bar.svg?style=flat-square' /></a> <a href='https://github.com/kis/react-native-air-progress-bar'><img src='https://img.shields.io/travis/kis/react-native-air-progress-bar/master.svg?style=flat-square' /></a> </p> <br/> <p>We often need to customize our mobile application according to our brand style needs. The easiest solution is to grab some UI kit, make some fast customizations, add custom styling etc. But some components is hard for customizing. I mean progress-bars, you know. So this is react-native progress-bar component, which could be useful when you need to customize default progress-bar with different icons of current progress.</p> <p>This feature could be really killer in you mobile application brand style. You could use icons from <a href="https://github.com/oblador/react-native-vector-icons">react-native-vector-icons</a> repo or even your own. Currently you have plane icon by default. Also cool thing is that you have animation from initial progress to the current progress value. So progress bar could be determinate or indeterminate. Useful when you need the progress indicator for some step by step activities.</p> <p>Project uses React Native <a href="https://facebook.github.io/react-native/docs/animations.html">Animated API</a>. Each time you update props, you will see the animation of progress-bar. The project is in search for contributors.</p> </br> <p align="center">The source for this module is in the <a href="https://github.com/kis/react-native-air-progress-bar">main repo</a>.</p> <p align="center"><img src ="https://raw.githubusercontent.com/kis/react-native-air-progress-bar/master/anim.gif" /></p> <h3 align='center'>Install</h3>
npm install react-native-air-progress-bar --save
<h3 align='center'>Usage</h3>
import ProgressBar from 'react-native-air-progress-bar';

<ProgressBar progress={0} />
<ProgressBar progress={25} />
<ProgressBar progress={50} initialProgress={25} />
<ProgressBar progress={75} initialProgress={50} />
<ProgressBar progress={100} initialProgress={75} />
<h3 align='center'>License</h3>

The MIT License (MIT) Copyright (c) 2017