Gauge progress module for React Native
Based on react-native-circular-progress
RN 0.45+
RN <= 0.44 supported by 0.1.2
npm i --save react-native-simple-gauge
- Link the ART library to your ReactNative project (how to link a library). You'll find the React ART library in
node_modules/react-native/Libraries/ART/ART.xcodeproj
import { AnimatedGaugeProgress, GaugeProgress } from 'react-native-simple-gauge';
<AnimatedGaugeProgress
size={200}
width={15}
fill={100}
rotation={90}
cropDegree={90}
tintColor="#4682b4"
backgroundColor="#b0c4de"
strokeCap="circle" />
Use cropDegree
to vary the size of arc
MIT