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.
@XamBoy It hasn't been tested with html content and I'm afraid it won't support html out of the box. You can pass any html renderer as a custom component and check if that works.
Another fix would be to rip off tags from tags from html and pass the bare text to this component, as mentioned here
@XamBoy It hasn't been tested with html content and I'm afraid it won't support html out of the box. You can pass any html renderer as a custom component and check if that works. Another fix would be to rip off tags from tags from html and pass the bare text to this component, as mentioned here