bartgryszko / react-native-circular-progress

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

Implement indeterminate circular progress #269

Open nero2009 opened 3 years ago

nero2009 commented 3 years ago

Please how can I implement an indeterminate circular progress.

apfritts commented 3 years ago

There are a few other issues that also request this feature: #29, #253, and #55.

29 has some code in it for hacking this.

As a formal feature request, I think it would be awesome to add a loading: boolean property that when true automatically animates the progress bar circling in the visible area.