Skip to content

dcolin/react-native-speedometer-gauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-speedometer-gauge

npm version npm downloads code style: prettier

NPM

A React Native component for showing speedometer like a gauge.

Getting Started

Installation

NPM:

$ npm install --save react-native-speedometer-gauge

Yarn:

$ yarn add react-native-speedometer-gauge

Link the ART library to your React Native project (how to link a library). You'll find the React ART library in node_modules/react-native/Libraries/ART/ART.xcodeproj

Basic Usage

import React, { Component } from 'react';
import SpeedometerGauge from 'react-native-speedometer-gauge';

export default class App extends Component {
  render() {
    return (
      <SpeedometerGauge />
    );
  }
}

Properties

Prop Type Default Required Description
value number none true A value between minValue and maxValue
minValue number none true
maxValue number none true

Examples

@Todo

License

MIT

About

A React Native component for showing speedometer like a gauge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published