MrToph / react-native-progress-circle

A light-weight progress circle indicator for React Native.
MIT License
191 stars 83 forks source link

Add support for new reacts lifecycle methods and remove deprecated #22

Closed RadomirPerisic closed 5 years ago

RadomirPerisic commented 5 years ago

React is deprecating componentWillReceiveProps and adding static method getDerivedStateFromProps.

I suggest making a major version bump since new methods are not available in versions lower than 16.3 and deprecated methods will be completely removed in 17.0.

More info: https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops