
react-native chart library that not using svg or ART but only using react native pure components.
React Native Pure Chart is a pure React Native chart library that does not rely on SVG or ART. It utilizes only React Native components, making it easier to integrate into your project without the need to import additional drawing libraries. With support for line charts, bar charts, and a beta version of pie charts, React Native Pure Chart is a versatile tool for visualizing data in your React Native applications.
React Native Pure Chart is a lightweight and versatile chart library for React Native applications. It offers support for line charts, bar charts, and a beta version of pie charts. With its use of React Native components, it eliminates the need to import other drawing libraries. Installation is easy with npm. Contributions to the library are welcome, and it is licensed under the MIT license.

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.
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.