MrToph / react-native-progress-circle

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

Allow outer circle styling #14

Closed marcoj closed 6 years ago

MrToph commented 6 years ago

Thanks for the PR I'm curious, what did you use the outer styling for?

marcoj commented 6 years ago

Hi Christoph I needed to add shadow/elevation to the outer circle: outerCircleStyle={{ shadowRadius: 3, shadowOffset: { width: 0, height: 0 }, shadowOpacity: 0.4, shadowColor: 'black', elevation: 3, top: 5 }}

MrToph commented 6 years ago

Thanks, I guess that 'll be useful for more people, I'll merge