Skip to main content

Import individually

if you only need to use the react-native-skia renderer, you can import the SVGRenderer and SkiaChart individually.

import SkiaChart, { SVGRenderer } 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';