Skip to content

w2hhda/react-native-simple-gauge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-simple-gauge

Gauge progress module for React Native

Based on react-native-circular-progress

image

Install

  1. npm i --save react-native-simple-gauge
  2. 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

Usage

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

License

MIT

About

Gauge progress module for React Native (iOS and Android)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.8%
  • Objective-C 30.4%
  • Python 11.3%
  • Java 8.5%