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

New architecture support #149

Closed maneesh-techversant closed 5 months ago

maneesh-techversant commented 5 months ago

Is your feature request related to a problem? Please describe. I just wanted to know if echarts supports react native new architecture, if not when can I expect Echarts to migrate to fabric

Describe the solution you'd like Echart supporting the new architecture

zhiqingchen commented 5 months ago

React-native-echarts contains only js code, and whether it supports the new architecture depends on which rendering library you're using and whether its version supports it.

Check out the related projects: https://github.com/Shopify/react-native-skia supported from 0.1.218 https://github.com/Shopify/react-native-skia/releases/tag/v0.1.218-beta

https://github.com/software-mansion/react-native-svg Fabric is React Native's new rendering system. As of version 13.0.0 of this project, Fabric is supported only for react-native 0.69.0+. Support for earlier versions is not possible due to breaking changes in configuration.