npm install rn-gauge-gradient
OR
yarn add rn-gauge-gradient
import GaugeGradient from 'rn-gauge-gradient';
// ...
<GaugeGradient
size={200}
min={0}
max={100}
value={70}
showText
textValue="70%"
/>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT