Skip to content

hecom-rn/react-native-hecom-echarts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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