circle in react native

Solutions on MaxInterview for circle in react native by the best coders in the world

showing results for - "circle in react native"
Laura
29 Sep 2019
1your border radius should be a half of width and your height. like below:
2
3circle: {
4   width: 44,
5   height: 44,
6   borderRadius: 44/2
7}