- 카멜표기법으로 명명,
- styles로 따로 뽑아서 관리하는게 좋음
fixed : width, height 고정 지정
flex : 차지비율 명시로 유연함
rgba(255, 0, 255, 1.0)
#rrggbbaa
별도로 계산하지 않고, SafeAreaView 쓰면됨
서드파티 라이브러리
react-native-linear-gradient
서드파티 라이브러리
react-native-animatable
splash screen
launch screen
서드파티 라이브러리
react-native-splash-screen
platform-specific code 작성 필요
Dimensions
제공함.
디바이스의 width, height 값 구하기
View
컴포넌트에서 onLayout
콜백함수 제공함.
- svg 이미지 불러오기
- width, height 설정
- 색상 설정