React Native Pure Chart

screenshot of React Native Pure Chart
react
react-native

react-native chart library that not using svg or ART but only using react native pure components.

Overview:

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.

Features:

  • Line Chart: Easily create line charts to represent data trends.
  • Multi Series Line Chart: Display multiple series of data in a line chart for comparison.
  • Bar Chart: Visualize data in a bar chart format.
  • Multi Series Bar Chart: Compare multiple series of data in a bar chart.
  • Pie Chart (Beta): Experiment with a beta version of pie chart support.

Summary:

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
React

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
React Native

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.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.