실습업무/RN

[React Native] Status Bar 텍스트 색깔 변경

_우지 2022. 6. 17. 13:16

 

공식문서를 참고하였습니다.

 

<StatusBar backgroundColor="#1a2437" barStyle="light-content" />

backgroundColor <안드로이드만 변경> 

barStyle = 'light-content' <흰 글자> 또는 'dark-content' <검은 글자>

 

ios 같은 경우 노치부분 backgroundColor는  SafeView에서 따로 style을 주어 변경해야합니다.