Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we use Highcharts with React-Native?

Currently I am using Highcharts for my web app, but now I am building an android app using react-native. Will Highcharts work with React-native.

like image 986
Prashant Agrawal Avatar asked May 12 '16 13:05

Prashant Agrawal


1 Answers

HighCharts works with the DOM. You cannot use HighCharts or charting libraries that depend on the DOM directly in React Native, but you can use charting libraries in a WebView with React Native. I have not use High Charts specifically, but have used other charting libraries with WebView and it works great.

like image 51
Nader Dabit Avatar answered Sep 27 '22 18:09

Nader Dabit