<h1 align='center'>React Native Air Progress Bar</h1>

<p align='center'>Pretty customizable and animated progress-bar component for React Native.</p>

![alt text](https://raw.githubusercontent.com/kis/react-native-air-progress-bar/master/plane.jpg)

The source for this module is in the [main repo](https://github.com/kis/react-native-air-progress-bar).

![alt text](https://raw.githubusercontent.com/kis/react-native-air-progress-bar/master/anim.gif)

<h3 align='center'>Install</h3>

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

<h3 align='center'>Usage</h3>

```javascript
import ProgressBar from 'react-native-air-progress-bar';

<ProgressBar progress={0} />
<ProgressBar progress={25} />
<ProgressBar progress={50} />
<ProgressBar progress={75} />
<ProgressBar progress={100} />
```

<h3 align='center'>License</h3>

The MIT License (MIT) Copyright (c) 2017
