react-native-circular-progress-indicator icon indicating copy to clipboard operation
react-native-circular-progress-indicator copied to clipboard

gradient not working when colors have alpha

Open MobileMon opened this issue 2 years ago • 0 comments

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} />

MobileMon avatar Jan 11 '23 15:01 MobileMon