似乎position:absolute
在使用中某个元素无法使用justifyContent
或居中alignItems
。有一种解决方法可以使用,marginLeft
但即使使用尺寸来检测设备的高度和宽度,也无法在所有设备上显示相同的结果。
bottom: {
position: 'absolute',
justifyContent: 'center',
alignItems: 'center',
top: height*0.93,
marginLeft: width*0.18,
},
bottomNav: {
flexDirection: 'row',
},