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 |
Tags
- TouchableWithoutFeedback
- 복잡도 측정
- 그래프
- 11831
- 머신러닝
- 상담원 인원
- 3079
- FlatList
- 이진탐색
- LV3
- 수정렬하기4
- 17089
- PYTHON
- 실버1
- 그리디
- 백준
- 골드5
- 2800
- React #새파일생성
- useHeaderHeight
- 이분탐색
- 괄호제거
- 프로그래머스
- 딥러닝
- 큐
- 자료구조
- KeyboardAvoidingView
- ReactNative
- 시간초과해결
- 브루트포스
Archives
- Today
- Total
지니 코딩일기
RN) KeyboardAvoidingView 본문
요약
TextInput(키보드 입력창) 클릭 시 키보드가 올라올 때 화면이 자동으로 위로 올라갈 수 있도록 하는 역할
공식 문서
https://reactnative.dev/docs/keyboardavoidingview
KeyboardAvoidingView · React Native
It is a component to solve the common problem of views that need to move out of the way of the virtual keyboard. It can automatically adjust either its height, position, or bottom padding based on the keyboard height.
reactnative.dev
예시
'Programming > React-native' 카테고리의 다른 글
RN) react native 헤더 사이즈 구하기 (0) | 2022.07.20 |
---|---|
RN) ActivityIndicator 로딩바 (0) | 2022.07.04 |
RN) SafeAreaView (0) | 2022.06.30 |
RN) TouchableWithoutFeedback (0) | 2022.06.24 |
RN) FlatList (0) | 2022.06.24 |