tomLadder / react-native-echarts-wrapper

📈Powerful React-Native ECharts Wrapper 📊
MIT License
176 stars 63 forks source link

not working on android 5.0 #26

Closed tiechuimeimei closed 5 years ago

tiechuimeimei commented 5 years ago

On Android 5.0 mobile phone, histogram can't display normally, showing white screen.Normal Histogram Display on Android 8.0 9.0 Mobile Phone.react-native version number 0.56.0,react-native-echarts-wrapper version number 1.4.1

tomLadder commented 5 years ago

Hi. Do you use an emulator or a physical device to test the chart?

tiechuimeimei commented 5 years ago

I have used mobile phone VIVO and SAMAUNG test the chart,the phone system is android 5.0.2

tomLadder commented 5 years ago

Unfortunately i don't have an android device with Android 5, so it's very hard for me to investigate into this issue. Maybe i can reproduce the problem with an emulator.

tiechuimeimei commented 5 years ago

Thank you .Hope you can reproduce this problem and solve it. If you have any progress, please let me know.I also continued to try to solve it.

tomLadder commented 5 years ago

@tiechuimeimei Any news on this issue?

tiechuimeimei commented 5 years ago

Finally, I only used the 'native-echarts' library.Charts can be displayed properly.I don't know why this work.