echart in react-native platform , the webview core have different implement in a different platform :
- android use tecent x5 browser core
- ios use react-native-webview library
current echart version is : 5.0.2
yarn add react-native-echart-x5 react-native-webview react-native-webview-tencentx5-fix
Worked version
"react-native-echart-x5": "0.3.6",
"react-native-webview": "10.10.2",
"react-native-webview-tencentx5-fix": "1.0.4",
MIT