genexu / react-native-pie-chart

Simple pie chart module for your React Native app
MIT License
109 stars 47 forks source link

React Native Art has been deprecated, should the package move to SVG? #49

Open Juan-Castelli opened 1 year ago

Juan-Castelli commented 1 year ago

I've seen that https://github.com/react-native-art/art has been declared deprecated

DEPRECATED - This package is deprecated. If you need a similar package please consider using react-native-svg.

Should or is this package going to move to using RN-SVG as its dependency instead of Art?

aidin36 commented 1 year ago

Thanks for informing me!

Hmm... We can move to react-native-svg + d3. That will give us more flexibility. Maybe we can add a bit more features to the package.

Juan-Castelli commented 1 year ago

No problem, and thanks by the way! I got tasked with putting a ring chart on my company's app, it works really well.

But yes, there's no urgent hurry as it still works now, but it would be good to move to plan out a move to SVG, I'd help but I'm not sure I have the time right now. Maybe for the extra features later?

faisalamin9696 commented 1 year ago

Thanks for informing me!

Hmm... We can move to react-native-svg + d3. That will give us more flexibility. Maybe we can add a bit more features to the package.

Looking forward for next version

aidin36 commented 1 year ago

Hi @Juan-Castelli , Hi @faisalamin9696 ,

I published the v3.0.0 of the package, which now uses react-native-svg. Please read the upgrade guide in the README file. Also, I moved the repo under my own account because the package is re-written. Please open an issue there if you encountered any problems. (Also please give it a start if the package is helpful to you! :wink: I lost all the stars.)

New repo: https://github.com/aidin36/react-native-pie-chart