Import individually
if you only need to use the react-native-skia renderer, you can import the SkiaRenderer and SkiaChart individually.
import SkiaChart, { SkiaRenderer } from '@wuba/react-native-echarts/skiaChart';
if you only need to use the react-native-svg renderer, you can import the SVGRenderer and SvgChart individually.
import SvgChart, { SVGRenderer } from '@wuba/react-native-echarts/svgChart';