MrToph / react-native-progress-circle

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

Fix bug when changing shadowColor #12

Closed mtkopone closed 6 years ago

mtkopone commented 6 years ago

I was changing the shadowColor according to whether the enclosing item was selected by the user, and noticed that after unselecting the item, the left half of the circle got painted with the previous shadowColor.

This should fix that.

MrToph commented 6 years ago

Whoops, thanks for fixing that bug :+1: