react-native-animatable icon indicating copy to clipboard operation
react-native-animatable copied to clipboard

Legacy React.Component lyfecycle callbacks

Open JakubKubista opened this issue 6 years ago • 1 comments

Issue

It uses deprecated lyfecycle callbacks of React.Component, so there are issues like https://github.com/oblador/react-native-animatable/issues/276.

Solution

It would be the best if you could make an update with hooks.

Additional note

You need to explicitly tell which value you want to animate (e.g. opacity, translate etc.) and it would be much efficient to have some implicit (more automated) way.

JakubKubista avatar Apr 04 '20 18:04 JakubKubista

@JakubKubista was there any ever solution to this? I really like the library, but issues like this make it hard to use in all instances.

willryanuk avatar Sep 25 '24 18:09 willryanuk