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
- 프로그래머스
- React #새파일생성
- 딥러닝
- TouchableWithoutFeedback
- 11831
- 이분탐색
- 골드5
- 수정렬하기4
- 이진탐색
- FlatList
- 자료구조
- LV3
- 그래프
- ReactNative
- 17089
- 시간초과해결
- 3079
- KeyboardAvoidingView
- 2800
- useHeaderHeight
- 괄호제거
- PYTHON
- 그리디
- 백준
- 상담원 인원
- 머신러닝
- 실버1
- 브루트포스
- 복잡도 측정
- 큐
Archives
- Today
- Total
지니 코딩일기
RN) TouchableWithoutFeedback 본문
요약
아무 반응 없이 클릭하기!
(클릭 시 아무 반응 없음)
공식 문서
https://reactnative.dev/docs/touchablewithoutfeedback
TouchableWithoutFeedback · React Native
If you're looking for a more extensive and future-proof way to handle touch-based input, check out the Pressable API.
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) KeyboardAvoidingView (0) | 2022.06.30 |
| RN) FlatList (0) | 2022.06.24 |