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
- FlatList
- 프로그래머스
- 이진탐색
- TouchableWithoutFeedback
- KeyboardAvoidingView
- 시간초과해결
- 2800
- 그래프
- useHeaderHeight
- 상담원 인원
- 백준
- 이분탐색
- 큐
- 머신러닝
- 골드5
- PYTHON
- 11831
- ReactNative
- 3079
- 수정렬하기4
- 자료구조
- React #새파일생성
- 딥러닝
- 17089
- 실버1
- 브루트포스
- 괄호제거
- LV3
- 그리디
- 복잡도 측정
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 |