MrToph / react-native-progress-circle

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

Can the background color be transparent? #13

Closed tc closed 6 years ago

tc commented 6 years ago

I tried bgColor='rgba(52, 52, 52, 0.8)' and bgColor='transparent'

MrToph commented 6 years ago

No, this unfortunately doesn't work with the way the current implementation works.

DoWhileGeek commented 5 years ago

That's the only thing that disqualified this lib for my project. 😢

BeKnowDo commented 4 years ago

Damn...well that sucks