Open TheEssenceSeeker opened 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!
you may need to be bring the smaller circle to the front layer, so it's on top of the background color
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:
Is there any workarounds? Thanks!