drewbaumann / react-native-simple-gauge

Gauge progress module for React Native (iOS and Android)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-simple-gauge

Gauge progress module for React Native

Based on react-native-circular-progress

image

Install

npm i --save react-native-simple-gauge

Usage

import { AnimatedGaugeProgress, GaugeProgress } from 'react-native-simple-gauge';
<AnimatedGaugeProgress
  size={200}
  width={15}
  fill={100}
  rotation={90}
  cropDegree={90}
  tintColor="#4682b4"
  backgroundColor="#b0c4de" />

Use cropDegree to vary the size of arc

License

MIT

About

Gauge progress module for React Native (iOS and Android)

License:MIT License


Languages

Language:JavaScript 49.3%Language:Objective-C 30.6%Language:Python 11.4%Language:Java 8.6%