<h1 align='center'>React Native Iconic Bar</h1>

<p align='center'>Animated progress bar With customizable icon for React Native.</p>

<br/>

<p>A progress bar with customizable icon. You could use any Ionicon icons from <a href="https://github.com/oblador/react-native-vector-icons">react-native-vector-icons</a> repo </p>

</br>


<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-iconic-bar --save
```

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

```javascript
import IconicBar from 'react-native-iconic-bar';

<IconicBar progress={50} initialProgress={25} icon={"send"} iconColor={"blue"} iconSize={25}/>

```

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

The MIT License (MIT) Copyright (c) 2017

copy, paste, do whatever you want with it.
