react-native-reanimated-progress-bar
v1.0.2
Published
React Native animated progress bar, using react-native-reanimated
Downloads
684
Maintainers
Readme
react-native-reanimated-progress-bar
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
/>