chenqingspring / react-lottie

Render After Effects animations on React based on lottie-web
MIT License
1.67k stars 364 forks source link

Is this repo abandoned? #112

Open RANGELJ opened 4 years ago

RANGELJ commented 4 years ago

Is this still being maintained? because of the deprecation of react class life cycle methods and the libraries this repo uses, it is almost nos possible any more to use it. I had to make a fork an work from there. But I do not like to duplicate the library if the original is still being updated

donovanclarke commented 4 years ago

I think its safe to say its been abandoned. I also made a fork of the repo as well.

ktut commented 4 years ago

Anyone want to keep this updated? haha. Or is there another commonly-used fork in existence?

donovanclarke commented 4 years ago

@ktut i have a forked version that is able to be used via npmjs.org :)

JanderSilv commented 4 years ago

@donovanclarke I have a project that uses this repo's version, what changes I would have to make to port the project to your fork?

donovanclarke commented 4 years ago

@JanderSilv Should not be any different than how you use this version. My forked version has some extra props, but it was built in a way that they default unless chosen.

canadianeagle commented 4 years ago

Just in case anybody comes to this thread, mifi rewrote this package and it's pretty easy to integrate. No more warnings that we're using unsafe life cycle methods 👍 https://github.com/mifi/react-lottie-player

vdh commented 4 years ago

I've also had success with using https://github.com/Gamote/lottie-react