justifyContent:竖直方向的布局
alignItems:水平方向的布局
如果想要居中,这两个属性都需要设置成居中
标题栏和下面的内容,加个阴影过渡一下:
shadowColor:
shadowOffset:
shadowOpacity:
padding和margin的区别:
让image全部显示,不留空白,属性中不能定义width和height,因为不同的手机屏占比不同。需要使用flex:1,height:**.
justifyContent:竖直方向的布局
alignItems:水平方向的布局
如果想要居中,这两个属性都需要设置成居中
标题栏和下面的内容,加个阴影过渡一下:
shadowColor:
shadowOffset:
shadowOpacity:
padding和margin的区别:
让image全部显示,不留空白,属性中不能定义width和height,因为不同的手机屏占比不同。需要使用flex:1,height:**.
本文标题:React native 属性
本文链接:https://www.haomeiwen.com/subject/onagyftx.html
网友评论