0.2.5 • Published 10 months ago
rn-gauge-gradient v0.2.5
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