ReactNative 에서 header 의 left 와 title 간의 간격 조정

minsoo-web·2021년 8월 13일
2
post-thumbnail

문제 상황

headerTitleContainer 와
headerLeftContainer 사이에 공백이 있다.

해결방법

headerTitleContainerStyle에 left 속성을 조절하면 가능하다.

headerTitleContainerStyle: {
	borderWidth: 1,
	left: 53,
},

참고 자료

https://stackoverflow.com/questions/51759703/react-navigation-space-between-left-button-and-title-on-android

profile
개인 공부 정리 블로그 입니다.

0개의 댓글