UNPKG

react-native-reanimated-progress-bar

Version:

React Native animated progress bar, using react-native-reanimated

22 lines (16 loc) 471 B
## react-native-reanimated-progress-bar ![](https://img.shields.io/npm/v/react-native-reanimated-progress-bar.svg) ## Installation ```javascript yarn add react-native-reanimated yarn add react-native-reanimated-progress-bar ``` ## Usage ```javascript <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 /> ```