react-native-circular-progress
react-native-circular-progress copied to clipboard
Background color (inner circle)
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!
you may need to be bring the smaller circle to the front layer, so it's on top of the background color