How to create see more text in react native, without using external packages
I want to create a see-more text that takes number an initial number of lines, and if the text needs more space it shows View more/less. like this image: I tried most of the solutions on stackoverflow but non of…