Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 딥러닝
- 수정렬하기4
- 복잡도 측정
- 이분탐색
- 시간초과해결
- 그리디
- 이진탐색
- 11831
- ReactNative
- 머신러닝
- LV3
- 자료구조
- 백준
- 프로그래머스
- 2800
- 3079
- TouchableWithoutFeedback
- 큐
- useHeaderHeight
- 상담원 인원
- FlatList
- PYTHON
- 브루트포스
- 17089
- 실버1
- 괄호제거
- KeyboardAvoidingView
- React #새파일생성
- 골드5
- 그래프
Archives
- Today
- Total
지니 코딩일기
RN) SafeAreaView 본문
요약
iOS에서 노치, 화면 테두리(radius)에 의해 가려지는 부분에 자동으로 padding을 주어 가려짐을 방지한다
공식 문서
https://reactnative.dev/docs/safeareaview
SafeAreaView · React Native
The purpose of SafeAreaView is to render content within the safe area boundaries of a device. It is currently only applicable to iOS devices with iOS version 11 or later.
reactnative.dev
예시
'Programming > React-native' 카테고리의 다른 글
| RN) react native 헤더 사이즈 구하기 (0) | 2022.07.20 |
|---|---|
| RN) ActivityIndicator 로딩바 (0) | 2022.07.04 |
| RN) KeyboardAvoidingView (0) | 2022.06.30 |
| RN) TouchableWithoutFeedback (0) | 2022.06.24 |
| RN) FlatList (0) | 2022.06.24 |