개발 일지

  • 홈
  • 태그
  • 방명록

화면 크기 구하기 1

[React-Native] 리액트 네이티브 Dimensions (화면 크기 구하기)

Dimensions보통 현재 화면의 가로, 세로 길이를 구할 때 사용한다.import {Dimensions} from 'react-native';// 현재 앱이 표시되는 창의 크기를 반환하며 상태 바 및 네비게이션 바를 제외const windowWidth = Dimensions.get('window').width;const windowHeight = Dimensions.get('window').height;const {width, height} = Dimensions.get('window'); //장치 전체 화면 크기를 반환const screenWidth = Dimensions.get('screen').width;const screenHeight = Dimensions.get('screen').heigh..

React-Native 2024.12.27
이전
1
다음
더보기

Copyright © Kakao Corp. All rights reserved.

티스토리툴바