react-native-progress
react-native-progress copied to clipboard
Progress.Bar overflow issues
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)' />
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%