Skip to content

tungnq2606/rn-gauge-gradient

Repository files navigation

rn-gauge-gradient

Installation

npm install rn-gauge-gradient

OR

yarn add rn-gauge-gradient

Usage

import GaugeGradient from 'rn-gauge-gradient';

// ...

<GaugeGradient
    size={200}
    min={0}
    max={100}
    value={70}
    showText
    textValue="70%"
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT