position:absolute
사용 중에는 justifyContent
또는 을 사용하여 요소를 중앙에 배치 할 수없는 것 같습니다 alignItems
. 사용할 해결 방법이 marginLeft
있지만 장치의 높이와 너비를 감지하는 차원을 사용하더라도 모든 장치에 대해 동일하게 표시되지는 않습니다.
bottom: {
position: 'absolute',
justifyContent: 'center',
alignItems: 'center',
top: height*0.93,
marginLeft: width*0.18,
},
bottomNav: {
flexDirection: 'row',
},