react-native-view-more-text icon indicating copy to clipboard operation
react-native-view-more-text copied to clipboard

Button to view more or less is not showing up

Open thechaudharysab opened this issue 4 years ago • 1 comments

I've implemented it simply as:

<ViewMoreText numberOfLines={5}>
         <Text style={styles.listText}>{categoryArray.toString().split(",").join("\n")}</Text>
</ViewMoreText>

But I'm not able to see the View More/Less button, and if I get rid of the numberOfLines prop the I see the complete list.

Screen Shot 2021-06-07 at 8 52 52 AM

thechaudharysab avatar Jun 07 '21 03:06 thechaudharysab

For me, the read more and less button shows somewhere and somewhere doesn't. When I use the hard-coded text the read more and less button shows but when I use state it is not showing somewhere. @nlt2390

NamrataRaikwar2002 avatar Mar 06 '24 11:03 NamrataRaikwar2002