[React Native] 화면 전체 높이

Narcoker·2022년 9월 27일
0

ErrorHandling

목록 보기
3/14

에러 사항

const screenHeight = Dimensions.get('screen').height;
으로 화면 높이를 구하면

하단 인디케이터도 높이에 포함된다.

조치 사항

const screenHeight = Dimensions.get('window').height;
로 하면 하단 인디케이터를 제외한 화면 높이를 얻을 수 있다.

profile
열정, 끈기, 집념의 Frontend Developer

0개의 댓글