1.0.5 • Published 12 months ago

react-native-steps-progressbar v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago
  • A react native component of animated dynamic steps view with an animated progress bar, in typescript.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

Example:

npm.io

How to use:

import HorizontalGradiantProgressbar from 'react-native-steps-progressbar';

   <HorizontalGradiantProgressbar
        steps={steps}
        currentStep={currentStep}
        containerStyle={{height: 10}}
        gradiantStyle={{borderRadius: 50}}
        colorPrimary={GlobalColors.Brand.primary}
        colorSecondary={GlobalColors.Brand.secondary}
      />

CountryCodePicker Props -

NameTypeDefault
containerStyleViewStyle ?
gradiantStyleViewStyle ?
colorPrimarystring
colorSecondarystring
stepsnumber
currentStepnumber
stepSizenumber ?
stepTextStyleTextStyle ?
stepSelectedViewStyleViewStyle ?
stepUnSelectedViewStyleViewStyle ?
stepSelectedTextStyleViewStyle ?
stepUnSelectedTextStyleViewStyle ?
1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago