react-native-circular-progress
react-native-circular-progress copied to clipboard
React Native component for creating animated, circular progress with ReactART
 Is posible to add a square/rect like the green one?
Hi All, I am implementing renderCap inside the animationCircularProgress. I set the image inside the animate circular progress. When I implement renderCap , so circle is going to behind the...
So I'm using this circular progress bar as a timer. When the timer counts down from let's say 30 seconds, the fill amount is changed accordingly. But I need a...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.6 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
It would be nice to have support for conical gradient. Has anyone an idea on how to implement it ? 
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Pl allow to have square/rectangle progress. So the input now would be height, width and border radius (3 props). Thanks.
OnFillChange doesn't work ``` console.log(event)} /> ``` On my code onFillChanged is never called