React Native animated progress bar, using react-native-reanimated
npm install react-native-reanimated-progress-bar
``javascript`
yarn add react-native-reanimated
yarn add react-native-reanimated-progress-bar
`javascript``
current={2} // current position current/total
total={5} // total parts for iterations
style={{ height: 6 }} // container style
/>