react-native-echarts icon indicating copy to clipboard operation
react-native-echarts copied to clipboard

Not Rendering on Android emulator

Open Blacktoviche opened this issue 6 years ago • 3 comments

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

echart

Blacktoviche avatar Apr 14 '19 10:04 Blacktoviche

I have the same problem. IOS is right.

JimLiuxinghai avatar Apr 15 '19 12:04 JimLiuxinghai

react-native 0.59.1

JimLiuxinghai avatar Apr 15 '19 12:04 JimLiuxinghai

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, <WebView/> 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

Blacktoviche avatar Apr 19 '19 11:04 Blacktoviche