react-native-hecom-echarts

1.0.7 • Public • Published

react-native-hecom-echarts

Build Status

Echarts报表的封装库。

设置iOS

在打包过程中拷贝资源的时候,需要添加如下的脚本命令:

echartsSrcPath='node_modules/react-native-hecom-echarts/src/echarts.js'
echartsHtmlPath='node_modules/react-native-hecom-echarts/src/tpl.html'
# jsbundle打包过程...
cp $echartsSrcPath "[ResourcePath]/assets/${echartsSrcPath}"
cp $echartsHtmlPath "[ResourcePath]/assets/${echartsHtmlPath}"

设置Android

TODO

Readme

Keywords

Package Sidebar

Install

npm i react-native-hecom-echarts

Weekly Downloads

8

Version

1.0.7

License

GPL-3.0

Unpacked Size

2.73 MB

Total Files

6

Last publish

Collaborators

  • smartshallot
  • summer88123
  • vampire_163