MrToph / react-native-progress-circle

A light-weight progress circle indicator for React Native.
MIT License
191 stars 83 forks source link

How can I add gradient for this progress circle #1

Closed valerybodak closed 7 years ago

valerybodak commented 7 years ago

Hi, Christoph

How can I add gradient for this progress circle?

Thanks in advance.

MrToph commented 7 years ago

Hi, gradients are not possible right now and the current implementation makes it a bit hard. You would probably be better off using react-native-svg that has easy access to gradients, and implement it yourself.

Cheers, Christoph