Closed Bayramito closed 1 year ago
As you can see here, see more text is being added next to the actual text. What if I want to render it in a new line?
NOTE: i found a way to do that by adding width: 100% to the seeMoreContainerStyleSecondary prop but could not use same for see less..
width: 100%
seeMoreContainerStyleSecondary
Hi @Bayramito , if you want read more in the next line, you can switch to a different library: https://www.npmjs.com/package/react-native-read-more-text
As you can see here, see more text is being added next to the actual text. What if I want to render it in a new line?
NOTE: i found a way to do that by adding
width: 100%
to theseeMoreContainerStyleSecondary
prop but could not use same for see less..