Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 846 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 846 Bytes

React Native Iconic Bar

Animated progress bar With customizable icon for React Native.


A progress bar with customizable icon. You could use any Ionicon icons from react-native-vector-icons repo


Install--

npm install react-native-iconic-bar --save

Usage

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

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

License

The MIT License (MIT) Copyright (c) 2017

copy, paste, do whatever you want with it.