bartgryszko / react-native-circular-progress

React Native component for creating animated, circular progress with ReactART
MIT License
2.13k stars 424 forks source link

fill is not working in Android #304

Closed lidslira closed 2 years ago

lidslira commented 2 years ago

i'm passing a state with the download progress of a video in the fill prop and in iOS works fine. But in android the progress fill line isn't appearing. Just work if I pass a total value like '100', but then, the progress time is not right.