tomLadder/react-native-echarts-wrapper

Blank page on android

Blacktoviche opened this issue ยท 8 comments

I followed your example first install package and copy index.html to android assests but nothing appear just a white page
in android log there is no error
I'm using :
react-native 0.59.4
react-native-echarts-wrapper 1.2.2

Thank you for reporting. I could reproduce this issue, gonna have a look at it ๐Ÿ‘๐Ÿป

Hey @Blacktoviche

I found & fixed the problem. You can expect a new release within the next days.

Just released v1.3.0 ๐ŸŽ‰.
This release should solve your problem.

Attention
Webview will be no longer part of the react-native-core. Make sure to install react-native-webview. (see README for further information)

I have same problem!
my packages:
"react-native": "0.59.3",
"react-native-webview": "^5.7.1",
"react-native-echarts-wrapper": "^1.3.0",

Android or IOS? Should be fixed in v1.3.0

Android

Do you still face this issue?

No, it is ok, thanks.