0.1.8 • Published 1 year ago

rn-chart-kit v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

rn-chart-kit

rn-chart-kit

Installation

npm install rn-chart-kit

Usage

import * as React from 'react';

import { StyleSheet, View, Text } from 'react-native';
import { QuadrantChart, ProgressArc } from 'rn-chart-kit';

export default function App() {
  return (
    <View style={styles.container}>
      <QuadrantChart />
      <ProgressArc
        percent1={90}
        percent2={70}
        size={200}
        gapGrid={5}
        strokeWidth={20}
        /> 
    </View>
  );
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    alignItems: 'center',
    justifyContent: 'center',
  },
  box: {
    width: 60,
    height: 60,
    marginVertical: 20,
  },
});
0.1.8

1 year ago

0.1.7

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago