is it possible to create a two colored circle in react-native without svg? I made a quick mockup in paint.net so you can see what I exactly want.
Thanks in advance
<View style={{ height: 200, width: 200, borderRadius: 100, overflow: 'hidden' }}> <View style={{ backgroundColor: 'red', height: 100, width: 200 }} /> <View style={{ backgroundColor: 'green', height: 100, width: 200 }} /> </View>
1.4m articles
1.4m replys
5 comments
57.0k users