1.0.2 • Published 3 years ago

react-native-reanimated-progress-bar v1.0.2

Weekly downloads
779
License
MIT
Repository
github
Last release
3 years ago

react-native-reanimated-progress-bar

npm.io

Installation

 yarn add react-native-reanimated
 yarn add react-native-reanimated-progress-bar

Usage

 <AnimatedProgress 
    fill="light-blue" // fill of progress bar
    current={2} // current position current/total
    total={5} // total parts for iterations
    style={{ height: 6 }} // container style
 />