하루 기록

Component 의 종류 본문

React Native

Component 의 종류

떼굴펜 2024. 10. 16. 19:11

Core Component

React Native
UI Component
Android View IOS View Web Analog 설명
<View> <ViewGroup> <UIView> 스크롤 불가한 <div>  
<Text> <TextView> <UI TextView> <p>  
<Image> <ImageView> <UIImageView> <img>  
<ScrollView> <ScrollView> <UIScrollView> <div>  
<TextInput> <EditText> <UITextField> <input type="text" />  

 

 

 

 

 

- https://reactnative.dev/docs/components-and-apis#user-interface

'React Native' 카테고리의 다른 글

[Error] Could not move temporary workspace  (0) 2024.10.18