n4kz / react-native-indicators

Activity indicator collection for React Native
Other
899 stars 117 forks source link

componentWillReceiveProps is deprecated #26

Closed BSoD38 closed 4 years ago

BSoD38 commented 4 years ago

The Indicator component is using componentWillReceiveProps, which is deprecated in the latest React versions, and will be removed in React 17.

Replacing the method by componentDidUpdate seems to fix the issue, although I am not certain if the behaviour is the same as before.

bottle-rocket-11 commented 4 years ago

Thanks @BSoD38 I have the same warning; @n4kz is this easy for you to change?

n4kz commented 4 years ago

Thanks for issue and sorry for delayed reply. I've released fix in 0.14.0.