728x90
먼저 import에서 Dimensions를 가져온 후
import {
Dimensions
} from 'react-native';
render() method내부에서 아래처럼 width, height를 불러온다
let screenWidth = Dimensions.get('window').width;
let screenHeight = Dimensions.get('window').height;
728x90
'프로그래밍 > React Native(2018)' 카테고리의 다른 글
[React Native] FlatList를 통한 ListView구현 (0) | 2019.09.28 |
---|---|
[React Native] OS에 따른 기능(or 디자인) 차이 주는 방법 (0) | 2019.09.28 |
[React Native] ScrollView (0) | 2019.09.28 |
[React Native] props 예시 (0) | 2019.09.28 |
[React Native] Google Maps (0) | 2019.09.28 |
댓글