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
npm install react-native-iconic-bar --save
import IconicBar from 'react-native-iconic-bar';
<IconicBar progress={50} initialProgress={25} icon={"send"} iconColor={"blue"} iconSize={25}/>
The MIT License (MIT) Copyright (c) 2017
copy, paste, do whatever you want with it.