A customizable and lightweight chart library for React Native with support for bar charts, animations, and flexible layouts.
npm install react-native-chartifyimport { multiply } from 'react-native-chartify';
// ...
const result = await multiply(3, 7);MIT
Made with create-react-native-library