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