Component for displaying semi circular gauge, with animation
npm install react-native-semi-circular-gaugeYou might also be interested in my blogs.
bash
npm install react-native-semi-circular-gauge
`Then link the ART library found in
node_modules/react-native/Libraries/ART/ART.xcodeproj to your xcode project. (More Info)Usage
`js
import AnimatedSemiCircularGauge from 'react-native-semi-circular-gauge';
`And then in your render method:
`jsx
chartWidth={100}
strokeWidth={10}
fill={20}
prefill={-50}/>
`Props
Name | PropType | Required | Default Value | Description
--- | --- | --- | --- | ---
style | Object | No | None |
`View.propTypes.style`` object for the outer conatiner that comprises the chartMIT