react-native-read-more icon indicating copy to clipboard operation
react-native-read-more copied to clipboard

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.

Results 6 react-native-read-more issues
Sort by recently updated
recently updated
newest added

Referencing issue from https://github.com/fawaz-ahmed/react-native-read-more/issues/36#issuecomment-897476068

bug
enhancement

Referencing for this issue https://github.com/fawaz-ahmed/react-native-read-more/issues/10#issuecomment-859481043

enhancement

how can I add icon beside see more/less text? I have used customTextComponent like this: ` ( )}> {userInfo.about_me} ` but it's not working properly: [https://i.imgur.com/CktRJtN.png](https://i.imgur.com/CktRJtN.png) [https://i.imgur.com/HFHGHrq.png](https://i.imgur.com/HFHGHrq.png)

enhancement

Please could you give solution for that issue . Thanks ![Simulator Screen Shot - iPhone 13 - 2022-04-21 at 06 49 16](https://user-images.githubusercontent.com/6198959/164352637-0c6c153c-2e18-4afa-a7d4-899621ad9f1c.png) My code {descriptions} {/* {readMore ? descriptions :...

bug

Is there any prop available to handle read more / read less from outside. like on button press or something.

enhancement

when content is a short message at the time read more text gets overlap with content ![Read More Overlap](https://user-images.githubusercontent.com/14094640/152632500-2fffb1c1-e640-4875-bf9a-b936aec8fa02.png) and Readmore padding styles not working

bug