react-native-circular-progress
react-native-circular-progress copied to clipboard
React Native component for creating animated, circular progress with ReactART
Setting the padding to 1 fixes the issue (on some devices) Is anyone else experienceing this? It only happens for very specific circle sizes, eg 13% of device width.
I open a new issue because[ this one](https://github.com/bartgryszko/react-native-circular-progress/issues/193) is closed, but the problem is the same. Supposedly `size` admits values of type Animated.value but I can't get it to work.
Please add new feature "infinite progress": duration full circle move, fill value. Thanks for support.
Is there any way we can specify a gradient for the progress bar color vs just a flat color?
After testing with only two tint colors the progress circle felt limited. For example, going from the color 'green' to the color 'red' at 100% produces a weird darkish 'green'...
Hello I have used this progress bar and its works perfectly fine and smoothly. i have want to add multicolor in this can i do that? for example : 0...
This is an awesome library however I want to show progress in a discrete way instead of the progress being continuous. It is somewhat similar to WhatsApp stories UI. Since...
I want to move my progressBar Anti-clockwise ,how can i do that using this library.
The circular animation is a bit laggy on iOS, is there any way to use native driver to smooth performances ? Thanks
Is it possible to change the fill color as the animation progresses? Basically I want to start the fill with green, fade it to yellow half way and the fade...