react-native-animatable
react-native-animatable copied to clipboard
RN 0.54: Warning: componentWillReceiveProps is
...deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.
FYI: this should be fixed before next major release
Update to 0.54.1. It's fixed.
I think it's premature to migrate to getDerivedStateFromProps as it's still in alpha and would be a breaking change.
time to remove these methods @oblador
appreciate it
Using v1.3.2, this deprecated warning on componentWillReceiveProps still appears;
Is there any fix planned for this?
Thank you,