728x90
반응형
numberOfLines
-
[React Native] Text 말줄임 속성, ScrollView 가로 스크롤React Native 2022. 12. 4. 01:48
말줄임 속성 numberOfLines 2줄이 넘어가면 맨 끝이 '...'으로 표시 될 긴 내용의 텍스트 공식문서 : https://reactnative.dev/docs/text?redirected Text · React Native A React component for displaying text. reactnative.dev ScrollView 가로 스크롤로 변경하고싶을때 horizontal 추가하기 공식문서 : https://reactnative.dev/docs/scrollview ScrollView · React Native Component that wraps platform ScrollView while providing integration with touch locking "responde..