fawaz-ahmed / react-native-read-more

React native library to show text in a condensed way and expand when needed. Drop in replacement for Text component and highly customizable. Can be used with expo or native cli for react native.
https://www.npmjs.com/package/@fawazahmed/react-native-read-more
MIT License
275 stars 37 forks source link

SeeMore text cover on content text #40

Closed truongqt closed 2 years ago

truongqt commented 3 years ago

The "SeeMore" text cover on the Content if the width of the Content's View is about ~100 - 200

fawaz-ahmed commented 3 years ago

The "SeeMore" text cover on the Content if the width of the Content's View is about ~100 - 200

@truongqt you can reduce the see more text based on your container width, use prop seeMoreText

fawaz-ahmed commented 2 years ago

@truongqt a bug was fixed related to measurements. You may want to upgrade to ver 2.2.2 and try if the issue persists. Incase it does, feel free to reopen the issue.