simonsteer / rn-animated-progress-circle

A React Native animated progress circle component with no dependencies (aside from react-native)
MIT License
21 stars 15 forks source link

Slight halo on light backgrounds #3

Open jimhill opened 5 years ago

jimhill commented 5 years ago

Thanks for a really useful lib. Just thought I'd point out that when running on a light background, I'm getting get a halo around the half circle on iOS:

image

These are using:

color={'#666'}
backgroundColor={'#eee'}

I'm guessing this is a bleed and will also try to take a look later myself when less busy.

(this is exactly the same with just the one circle btw).

simonsteer commented 5 years ago

@jimhill you would be correct - this is due to bleed from the two circles rendering on top of one another. Thanks for the heads up 👍