wuba / react-native-echarts

📈 React Native ECharts Library: An awesome charting library for React Native, built upon Apache ECharts and leveraging react-native-svg and react-native-skia. Offers significantly better performance compared to WebView-based solutions.
https://wuba.github.io/react-native-echarts/
Apache License 2.0
682 stars 24 forks source link

[Question] Is this RN 74 / Expo 51 ready? #175

Closed sem4phor closed 1 month ago

sem4phor commented 1 month ago

Hello,

I was wondering if anybody made this package run on RN 74 / Expo 51? We are currently upgrading and on web the chart is invisible (whereas the tooltip is visible) and on native the chart is not rendering at all (we are using it within a webview there with react-native-webview + react-native-react-bridge)

zhiqingchen commented 1 month ago

https://github.com/wuba/react-native-echarts/tree/main/example

The demo is now using expo51, you can try it first