Open muhammadashfaq opened 3 years ago
I was also exploring a solution for this, but I don't think this lib supports it as the child component is wrapped inside a <Text>
component: https://github.com/expo/react-native-read-more-text/blob/master/index.js#L51-L59
Update: I ended up just use a simple component state to show expanded full html view or collapsed version. It's not something fancy but it works. I could use animation library to show smooth transition later if the project requires such feature.
@muhammadashfaq can you try out this library
Any Update on this issue .. I'm also facing the same
I am using react-native-render-html within ReadMore but not working.
Any solution ?