Answers for "circle in react native"

1

circle in react native

your border radius should be a half of width and your height. like below:

circle: {
   width: 44,
   height: 44,
   borderRadius: 44/2
}
Posted by: Guest on March-20-2021

Code answers related to "circle in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language