1.0.8 • Published 5 years ago

react-native-gaugebar v1.0.8

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

react-native-gaugebar

npm version

alt-text

Getting started

$ npm install react-native-gaugebar --save

Expo Snack

https://snack.expo.io/@alattanzio/gaugebar-2

Usage

import GaugeBar from 'react-native-gaugebar';

renderGauge() {
  return (
    <GaugeBar gaugeType="speed"
      ref={(cbar1) => { this.cbar1 = cbar1; }}
      title="Speed"
      sub_title="km/h"
      width={200}
    />
  )
}
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago