강의

멘토링

커뮤니티

Inflearn Community Q&A

rmh03130151's profile image
rmh03130151

asked

Practical React Native for iOS/Android App Development - Intermediate

Accessing Diary Data and Implementing Feed Style (2/2)

굳이 react-native-text-truncate를 사용하는 이유가 있나요?

Written on

·

278

0

React native 공식문서에서 Text component 부분을 보면 이미 Text component는 numberOfLines라는 props를 가지고 있고 ellipsizeMode라고 해서 어떤 식으로 줄일 건지, 끝에 ...을 붙일 건지 앞에 ...을 붙일 건지 등등 설정이 가능하도록 되어 있는데요. react-native-text-truncate는 강의 영상에서도 그렇고 지금 확인해보더라도 다운로드 수도 두 자리 수인걸 보니 거의 사용되지 않는 라이브러리인 것 같은데 혹시 굳이 이걸 사용하신 다른 이유가 있을까요? 

reduxreact-nativefirebase

Answer

This question is waiting for answers
Be the first to answer!
rmh03130151's profile image
rmh03130151

asked

Ask a question