mifi / react-lottie-player

Fully declarative React Lottie player
MIT License
505 stars 53 forks source link

Support for React 19 #128

Closed slevisp closed 3 months ago

slevisp commented 3 months ago

Hi, Really appreciate for this great library. Our project is going to update React to 19, I want to know do you guys plan to continue support React 19 as well?

mifi commented 3 months ago

I don't see any reason why not. Does it not work on react 19?

slevisp commented 3 months ago

Hi mifi, thanks for prompt reply, as I saw in current package.json, the peerDependencies, react is just "^16.0.0 || ^17.0.0 || ^18.0.0"

mifi commented 3 months ago

we can just update that. pr welcome!

slevisp commented 3 months ago

Created PR for this.