44일 차 회고
View, Text, Image, scrollView, TextInput
<View><Text>test</Text><View>
<Image
source={{
uri: 'https://reactnative.dev/docs/assets/p_cat2.png',
}}
style={{ width: 200, height: 200 }}
/>
기본 레이아웃 구성방식
- safeAreaView : 스마트폰 상단의 노치나 카메라 등에 해당하는 높이까지는 제외하고 Area를 잡는다.
- View는 기본적으로 flexBox이며, default flex-direction column 이다.