MrToph / react-native-progress-circle

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

Transparent middle #36

Open Dellybro opened 4 years ago

Dellybro commented 4 years ago

How can i achieve transparent middle?

BeKnowDo commented 4 years ago

Any luck with this?

Dellybro commented 4 years ago

I don't remember, i think i ended up building my own.

AkshayAdiga1997 commented 3 years ago

How can i achieve transparent middle?

shadowColor={backgroundColor} where backgroundColor is the background color of the whole view, inside which the ProgressCircle resides.