react-native-awesome-progress

1.0.0 • Public • Published

react-native-awesome-progress

Getting started

$ npm install react-native-awesome-progress --save

Usage

import Progress from "react-native-awesome-progress";

<Progress value={25} height={24} progressStyle={{ borderRadius: 24 }} />;

Properties

Prop Description Default Type
value Current value of the progress 0 integer
height Height of progress, only in type 'horizontal' 24 integer
type Type of progress "horizontal" ["horizontal", "vertical", "circular"]
progressStyle Style of main progress indicator null ViewStyle
innerStyle Style of background of indicator null ViewStyle
containerStyle Style of whole container null ViewStyle
map Map a input value to another value {min: 0, max: 100} object:{min: integer, max: integer}

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i react-native-awesome-progress

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.16 kB

Total Files

3

Last publish

Collaborators

  • erenkulaksiz