tomLadder / react-native-echarts-wrapper

๐Ÿ“ˆPowerful React-Native ECharts Wrapper ๐Ÿ“Š
MIT License
176 stars 63 forks source link

Blank page on android #10

Closed Blacktoviche closed 5 years ago

Blacktoviche commented 5 years ago

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

tomLadder commented 5 years ago

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

tomLadder commented 5 years ago

Hey @Blacktoviche

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

tomLadder commented 5 years ago

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)

wuwenyuan111 commented 5 years ago

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

tomLadder commented 5 years ago

Android or IOS? Should be fixed in v1.3.0

wuwenyuan111 commented 5 years ago

Android

tomLadder commented 5 years ago

Do you still face this issue?

wuwenyuan111 commented 5 years ago

No, it is ok, thanks.