react-native-circular-progress-indicator
react-native-circular-progress-indicator copied to clipboard
gradient not working when colors have alpha
the alpha doesn't show
<CircularProgress showProgressValue={false} activeStrokeColor={'rgba(255, 0, 0, 0.5)'} activeStrokeSecondaryColor={'rgba(255, 0, 0, 1)'} radius={100} value={20} />