jsdf / react-native-htmlview

A React Native component which renders HTML content as native views
ISC License
2.71k stars 467 forks source link

Truncate text in html view #328

Open Thomas9292 opened 3 years ago

Thomas9292 commented 3 years ago

Hi, I am trying to automatically truncate content in the HTMLView. I think currently, it is not possible to set a limit for the size of the view.

Has there been any discussion already on adding functionality similar to the standard Text component's numberOfLines prop?

Exikonnect commented 3 years ago

Looking for the same. Did you find any solution for this ? @Thomas9292