fram-x / FluidTransitions

Fluid Transitions for React Navigation
MIT License
2.93k stars 194 forks source link

Update TransitionItemsView componentWillRecieveProps to use getDerivedStateFromProps #212

Open alexfoxy opened 5 years ago

alexfoxy commented 5 years ago

TransitionItemsView uses the now deprecated componentWillRecieveProps. It should be updated to use getDerivedStateFromProps.

https://github.com/fram-x/FluidTransitions/blob/87d7025d7c0dd647980d676e17108d6241a977fe/lib/TransitionItemsView.js#L83

Also, what is the current roadmap for the project? Considering using it for a large project but the lack of updates is a cause for concern.