Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 418 Bytes

File metadata and controls

27 lines (16 loc) · 418 Bytes

react-native-circle-chart

React Native circle progress chart

Installation

npm install react-native-circle-chart

Usage

import CircleChart from "react-native-circle-chart";

// ...

const result = await CircleChart.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT