Recent Posts
Recent Comments
Archives
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 코드카타
- 최적화
- 코딩테스트
- 오블완
- 모던자바스크립트
- vercel
- 셋팅
- 자주 까먹는
- TailwindCSS
- deep dive
- array정적메서드
- domain
- 프로그래머스
- CORS
- git
- useRouter
- 프로젝트 셋팅
- error
- 내일배움캠프
- 모던 자바스크립트
- js
- 초기셋팅
- nextjs
- supabase
- 스파르타코딩클럽
- React
- Next
- 코테
- 티스토리챌린지
- auth
- Today
- Total
도록
Component 의 종류 본문
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' 카테고리의 다른 글
| [android] splash 적용하기 (1) | 2024.10.31 |
|---|---|
| [Error] Could not move temporary workspace (0) | 2024.10.18 |