Aidin Gharibnavaz
Aidin Gharibnavaz
Thanks for your report. The series is invalid, and nothing can be drawn. The app should handle these situations and does whatever needs to be done. I changed the library...
I'm closing this because it's quite old and I couldn't re-produce it. Fee free to open this, or open a new issue if it's still a problem.
Thanks for testing! I'll have a look.
Yes, exactly. I receive: ``` InvalidOperationException: The serializer must be MsgPack.Serialization.MessagePackSerializer`1[MsgPackTest.ChildData] type. ``` Here's a sample implementation of `ResolveSerailizer`: ``` C# static void context_ResolveSerializer(object sender, ResolveSerializerEventArgs e) { if (typeof(IData).IsAssignableFrom(e.TargetType))...
Thanks for the report. Can you please share the error as well? And any logs that you have? Did you test it on Android or iOS, or both?
I already ported the package to `react-native-svg`. However, I'm waiting for #50 before I publish it.
Hi @ReeceKenney , Hi @punjasin , I published the `v3.0.0` of the package, which now uses `react-native-svg`. Please read the upgrade guide in the README file. I test it with...
It's worth mentioning that EFF Privacy Badger blocks the shields.io
Seems that it was the same issue reported in https://github.com/genexu/react-native-pie-chart/issues/33 Fixed now in `2.1.0`
Sorry for the long delay. It's now published in `2.1.0` version.