react-native-reanimated-progress-bar
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

/react-native-reanimated-progress-bar/

    Package Sidebar

    Install

    npm i react-native-reanimated-progress-bar

    Weekly Downloads

    222

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    19.1 kB

    Total Files

    36

    Last publish

    Collaborators

    • serzmerz