-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to resolve module @shopify/react-native-skia #23
Comments
thanks for your reply. it works. I use GraphChart to render about 20 more items with avatar image on ios simulator and the chart showed out successfully. but I found the screen was stuck at some time, app became slow after that, even slower than my web view based solution. I'm not sure what happened, can you give me some advice? just follow the example code, everything is the same except the chart type and data source import SvgChart, { SVGRenderer } from 'wrn-echarts/lib/module/svgChart'; // register extensions |
There are still some known issues with this project, so you can download the APP to experience it before you start. |
Since this issue has been fixed, this issue will be closed and if there are other issues, feel free to open a new issue |
hi @NguyenHoangMinhkkkk have you try import SvgChart, { SVGRenderer } from '@wuba/react-native-echarts/svgChart'; |
hi there,
First of all, it seems that I should import SvgChart, { SVGRenderer } from 'wrn-echarts', not 'wrn-echarts/svgChart'?
I imports Svg Chart only, but when building app, there is an error: Unable to resolve module @shopify/react-native-skia. I don't want to import the skia pkg
needs help
thank you for the library
The text was updated successfully, but these errors were encountered: