somonus / react-native-echarts

Echarts for react-native. The react-naitve chart.
MIT License
722 stars 309 forks source link

ios release运行不显示图表,一片空白,用的react-native版本是0.56.0 #122

Open cizhaoyang opened 6 years ago

fanpingyang commented 6 years ago

1、source 路径问题。 2、webview似乎是新加了一个属性originWhitelist

在 WebView 中载入一段静态的 html 代码或是一个 url(还可以附带一些 header 选项)。注意如果是载入html代码,则需要设置originWhitelist,比如可以设为["*"]来允许运行本地代码。 文档:https://reactnative.cn/docs/webview/#source

HimiGame commented 6 years ago

添加 originWhitelist={['*']} 属性 clean 项目重新运行即可

haoziy commented 6 years ago

还有莫名的底部多一条黑线

anchengjian commented 5 years ago

朋友们,黑线咋解决的?