지니 코딩일기

RN) TouchableWithoutFeedback 본문

Programming/React-native

RN) TouchableWithoutFeedback

zzzl 2022. 6. 24. 15:59

요약

아무 반응 없이 클릭하기!

(클릭 시 아무 반응 없음)

 

공식 문서

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