bartgryszko / react-native-circular-progress

React Native component for creating animated, circular progress with ReactART
MIT License
2.16k stars 425 forks source link

Background color (inner circle) #216

Open TheEssenceSeeker opened 5 years ago

TheEssenceSeeker commented 5 years ago

I need to specify background color of contents but it overlays a part of the circle bar. Here is my way of setting background color:

{(fill) => (
<View style={{flex: 1, width: '100%', backgroundColor: 'gold'}}>
...
</View>)}

Is there any workarounds? Thanks!

isa3bel commented 5 years ago

you may need to be bring the smaller circle to the front layer, so it's on top of the background color