oblador / react-native-progress

Progress indicators and spinners for React Native
MIT License
3.63k stars 516 forks source link

Progress.Circle show line on android #244

Open Fuzheong1003 opened 2 years ago

Fuzheong1003 commented 2 years ago

thanks for your library A strange dashed line is found above it during use.

<Progress.Circle size={182} color={'#D8EAF5'} borderWidth={10} borderColor={'transparent'} unfilledColor={'#FAFAFA'} indeterminate={false} showsText={true} formatText={formatText} allowFontScaling={true} progress={progressValue} fill={'#0A79C3'} thickness={8} strokeCap={'round'} />

Screenshot_20220211_065806

Fuzheong1003 commented 2 years ago

"react-native": "0.64.2", "react-native-progress": "^5.0.0",

KfWelch commented 2 years ago

I am also experiencing this, finding that it shows up between 30 some percent to 70 some percent progress. My react native is at 0.67.0, same progress version, and svg version of 12.1.1