MrToph / react-native-progress-circle

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

Fixed componentWillReceivePropsWarning #32

Closed alexnaiman closed 4 years ago

alexnaiman commented 4 years ago

Fixed componentWillReceiveProps warning See #25

MrToph commented 4 years ago

The better solution encouraged by React is to not use state at all in this case. Closing in favor of #34