react-native-reanimated-progress-bar

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

Usage no npm install needed!

<script type="module">
  import reactNativeReanimatedProgressBar from 'https://cdn.skypack.dev/react-native-reanimated-progress-bar';
</script>

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
 />