Skip to content

Commit

Permalink
feat: 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: tony chen <[email protected]>
  • Loading branch information
zhiqingchen committed Oct 15, 2024
1 parent c420035 commit d5579b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import SvgChart, { SVGRenderer } from '@wuba/react-native-echarts/svgChart';
```
or
```js
import SkiaChart, { SVGRenderer } from '@wuba/react-native-echarts/skiaChart';
import SkiaChart, { SkiaRenderer } from '@wuba/react-native-echarts/skiaChart';
```
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import SvgChart, { SVGRenderer } from '@wuba/react-native-echarts/svgChart';
```
```js
import SkiaChart, { SVGRenderer } from '@wuba/react-native-echarts/skiaChart';
import SkiaChart, { SkiaRenderer } from '@wuba/react-native-echarts/skiaChart';
```
## 贡献
Expand Down

0 comments on commit d5579b8

Please sign in to comment.