issues
search
MrToph
/
react-native-progress-circle
A light-weight progress circle indicator for React Native.
MIT License
191
stars
83
forks
source link
Fix cWRP deprecation warning by not using state
#34
Closed
MrToph
closed
5 years ago
MrToph
commented
5 years ago
Fixes #25 #22 by not using state at all. Instead, we compute the derived data directly from props each render.