Overview
FusionCharts React Native is a React Native component that provides bindings for the FusionCharts JavaScript Charting Library. By using this component, developers can easily add rich and interactive charts to any React Native projects.
Features
- Bindings for the FusionCharts JavaScript Charting Library
- Enables the addition of rich and interactive charts to React Native projects
- Compatible with both Expo tools and bare React Native applications
Installation
To install FusionCharts React Native, follow these steps:
- Ensure that Node.js and NPM/Yarn are installed globally on your operating system.
- Install the package using the following command:
npm install fusioncharts
- If using Expo Tools, make sure your Expo SDK version is higher than or equal to v38.0.0.
- For bare React Native applications, also install the react-native-unimodules package.
- Configure the content of the
iosandandroidbuild directories as described in the documentation. - Link the FusionCharts module to your app. For iOS, navigate to the
iosdirectory and run the following command:
pod install
Summary
FusionCharts React Native is a powerful component that allows developers to easily incorporate FusionCharts JavaScript charting capabilities into their React Native projects. It offers a wide range of features, from bindings for the FusionCharts library to support for Expo Tools and bare React Native applications. Installation is straightforward, requiring only a few simple steps. With FusionCharts React Native, developers can create visually appealing and interactive charts to enhance their React Native applications.