0.0.16 • Published 12 months ago

@bayramitto/react-native-sneaky-progress v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

React Native Sneaky Progress

Description

This component is a Progress Stepper that can be used to progress through several steps in the progress bar. Built with React Native Skia and Reanimated v3.

Installation

npm i @bayramitto/react-native-sneaky-progress

or

yarn add @bayramitto/react-native-sneaky-progress

Preview

ezgif-5-9760a86721

Example Usage

    import {Progress} from '@bayramitto/react-native-sneaky-progress';

    <Progress
        numberOfCurves={4}
        step={this.state.currentStep}
        totalSteps={20}
        stepSize={12}
        fontSize={10}
        strokeWidth={20}
        background={imagesTask.task_progress_bg}
        backgroundProps={{}}
        backgroundColor={"#EEEEEE"}
        strokeColor={"#6FD904"}
        backgroundShadowColor={"#000000"}
        textColor={"#000000"}
        onStep={x => console.log("current step", x)}
    />

Properties

PropDefaultTypeDescription
numberOfCurves4numberNumber of curves in the progress bar
step0numberCurrent step in the progress bar
totalSteps20numberTotal number of steps in the progress bar
stepSize12numberSize of the step in the progress bar
fontSize10numberFont size of the step in the progress bar
strokeWidth20numberStroke width of the step in the progress bar
backgroundimagesTask.task_progress_bgstringBackground image of the progress bar
backgroundProps{}objectBackground image props of the progress bar
onStepx => console.log("current step", x)functionCallback function when step changes in the progress bar
backgroundColor#EEEEEEstringBackground color of the progress bar
strokeColor#6FD904string (HEX)Stroke color of the progress bar
backgroundShadowColor#000000stringBackground shadow color of the progress bar
textColor#000000stringText color of the progress bar

License

MIT

Author

Bayram Arif

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago