MrToph / react-native-progress-circle

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

Fixed the deprecation warning #33

Closed GeorgSteyn closed 4 years ago

GeorgSteyn commented 4 years ago

This fix is related to issues #25 This fix is in correspondence with the new methods of getting props and setting the component state.

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