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

Progress.Bar overflow issues

Open anshul-kai opened this issue 7 years ago • 1 comments

Try something like below to notice the color overflowing the border.

<Progress.Bar progress={1} width={120} color='rgba(255,255,255,0.9)' borderColor='rgba(255,255,255,0.4)' />

anshul-kai avatar Oct 21 '18 02:10 anshul-kai

I have noticed with when using progress it seems to expect the progress to be in the value of

0.01 , 0.10 , 0.90. 1.0 with the 1.0 being 100%

Rob2k9 avatar Dec 29 '18 17:12 Rob2k9