📌  相关文章
📜  在本机反应中圈 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:46.641000             🧑  作者: Mango

代码示例1
your border radius should be a half of width and your height. like below:

circle: {
   width: 44,
   height: 44,
   borderRadius: 44/2
}