React Native circle progress chart
npm install react-native-circle-chart
import CircleChart from "react-native-circle-chart";
// ...
const result = await CircleChart.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT