1.0.5 • Published 1 year ago

react-native-steps-progressbar v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago