TIL
[TIL-154] React Native UI 만들기 -
어포능이만두
2022. 3. 30. 12:10
꼭 읽어볼 것
React Native UI 개발 시작하기 https://wit.nts-corp.com/2020/03/23/6014
Image 컴포넌트
padding, margin
https://daesiker.tistory.com/22
Linking.openURL
https://surprisecomputer.tistory.com/125
버튼 컴포넌트는 스타일링하지 못함
https://docs.expo.dev/ui-programming/react-native-styling-buttons/
react native에서 스타일 컴포넌트 사용하기
react-native-debugger
CSS
em과 rem
https://www.codingfactory.net/10748
상대적으로 크기를 부여하는 css 단위.
모바일에서 화면 크기가 천차만별이기 때문에 px 대신 rem 쓰는 게 좋음.