React-native-animatable: RN 0.54: Warning: componentWillReceiveProps is

Created on 8 Mar 2018  路  4Comments  路  Source: oblador/react-native-animatable

...deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead.

FYI: this should be fixed before next major release

Most helpful comment

Using v1.3.2, this deprecated warning on componentWillReceiveProps still appears;

Is there any fix planned for this?

Thank you,

All 4 comments

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,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

quangtruong16994 picture quangtruong16994  路  5Comments

ggomaeng picture ggomaeng  路  5Comments

Aspirationtocode picture Aspirationtocode  路  7Comments

patrickml picture patrickml  路  10Comments

EdmundMai picture EdmundMai  路  3Comments