somonus / react-native-echarts

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

Not Rendering on Android emulator #153

Open Blacktoviche opened 5 years ago

Blacktoviche commented 5 years ago

I followed your examples but the result is html code tpl.html is exist in /android/app/src/main/assets

echart

JimLiuxinghai commented 5 years ago

I have the same problem. IOS is right.

JimLiuxinghai commented 5 years ago

react-native 0.59.1

Blacktoviche commented 5 years ago

As facebook mentioned here Warning Please use the react-native-community/react-native-webview fork of this component instead. To reduce the surface area of React Native, is going to be removed from the React Native core. For more information, please read The Slimmening proposal. I believe it's the cause of the problem . library should be updated to use webview from https://github.com/react-native-community/react-native-webview instead

It was the solution for another echart wrapper here