-
Notifications
You must be signed in to change notification settings - Fork 79
ART deprecation #75
Comments
i'm fully on board with this. the library is not necessary and contributors would have higher impact spending their time elsewhere. from react-native-progress:
it would help for deprecation of this library if someone in the community helped rewrite react-native-progress to use react-native-svg instead of react-native-art. although, perhaps deprecating ART would motivate people to do it. |
Just a note that react-native-progress recently migrated its dependency to react-native-svg in its latest release, if that were to influence your decision to deprecate react-native-art. |
@Esemesek @brentvatne Since
I think it would be safe to add a deprecation notice to the README of this package right now and refer to Once the majority of people have upgraded |
Hey everyone,
I became a
react-native-art
maintainer some time ago when I extracted this module as a part of the Lean Core effort. From day zero, I've noticed that there were a lot of legacy code and the library itself relied on old and no longer maintained library - art. This makes it challenging to maintain this lib, especially for somebody who didn't create it.react-native-art
was never officially documented inreact-native
which made me do a lot of calculated guesses - tried to do my best to create it, but I'm still not sure that it is 100% correct and complete.React-native-svg is a much better alternative to ART and provides a lot more features and community support. Also, I don't see any point in splitting the community and maintaining two libraries that are used for the same exact reasons, and to achieve the same goals.
My only worry is that
ART
is still generating noticeable traffic on NPM, mainly because of react-native-progress.Going forward into the future, I think we should deprecate
react-native-art
in favor ofreact-native-svg
. WDYT?The text was updated successfully, but these errors were encountered: