React Native Charts Wrapper

screenshot of React Native Charts Wrapper
react-native

a react native charts wrapper (support android & iOS)

Overview

React Native Charts Wrapper is a library that serves as a React Native wrapper for popular native charting libraries MPAndroidChart and Charts. It supports various chart types and configuration options for both Android and iOS platforms, making it versatile and user-friendly.

Features

  • Supported Chart Types: Bar (Stack, Group), Line, Scatter, Bubble, Pie, Radar, Combined, CandleStick
  • Setup: Easy installation with expo or react-native commands
  • Usage: 8 supported charts with extensive configuration options
  • Conventions: Differing conventions between Android and iOS platforms are handled (e.g., color alpha range, percent representation, animation durations)
  • Data Formats: Options for complete form and simplified form data formats
  • Supported Callbacks: onSelect and onChange events for chart interactions
  • Direct Function Call: Ability to use direct function calls for specific actions

Summary

React Native Charts Wrapper is a powerful tool for integrating advanced charting capabilities into React Native applications. With support for various chart types, configurations, and platform-specific conventions, this library simplifies the process of creating interactive and visually appealing charts for both Android and iOS platforms. The direct function call feature and detailed documentation make it easy for developers to leverage the full potential of this wrapper.

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.