
Android and iOS charts based on react-native-svg and paths-js
Capital One developed the react-native-pathjs-charts project to provide a cross-platform library of charts and graphs for the React Native community. With components such as Pie charts, Bar charts, and Scatterplots, this library aims to offer a unified view across iOS and Android devices. Although the project is no longer actively supported by Capital One, users are encouraged to fork the project and contribute to its development.
The react-native-pathjs-charts project by Capital One offers a promising solution for creating charts and graphs in React Native applications. While no longer actively maintained by the original developers, the library provides a foundation for users to customize and enhance charting functionalities. With support for various chart types and customizable configuration options, this library is a valuable resource for developers looking to integrate interactive visualizations in their React Native projects.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.