bartgryszko / react-native-circular-progress

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

Does tint color support gradient? #251

Open aarya17 opened 4 years ago

aarya17 commented 4 years ago

Is there any way we can specify a gradient for the progress bar color vs just a flat color?

aboveyunhai commented 4 years ago

check #41 and https://github.com/bartgryszko/react-native-circular-slider , if you mean conical gradient. technically you have to chuck down the circular bar to small segments. but you are likely to hit a bad performance issue and possibly battery consuming.