react-native-circular-progress-indicator
react-native-circular-progress-indicator copied to clipboard
progress bar not taking the recalculated value on maxValue change
trafficstars
I had the same issue that passing a new maxValue does not update the component. As a workaround, add the maxValue to the key property. This will cause the component to update.