📅  最后修改于: 2022-03-11 15:03:28.877000             🧑  作者: Mango
代码示例1
const styles = StyleSheet.create({
CircleShapeView: {
width: 50,
height: 50,
borderRadius: 50/2,
backgroundColor: '#000'
},
});