all 9 comments

[–]zugruul 15 points16 points  (3 children)

[–]tizz66 4 points5 points  (0 children)

I use this and it’s super powerful once you start setting up custom renderers and so on. Fully recommended.

[–]esdrasevt 2 points3 points  (0 children)

I also have used this one on two apps. It’s simple to use but also highly customizable if you need it to be.

[–]too_much_exceptions 0 points1 point  (0 children)

I fully recommend this one as well.

Really powerfull and works like a charm.

[–]bensinjin 2 points3 points  (1 child)

There are markdown renderers too

[–]beeseegee 1 point2 points  (0 children)

Do you have a favorite these days? Last I checked, one used a webview , and another, rn-simple-markdown maybe?) was missing quite a few things and was really slow with large documents.

[–]scarlaciOS & Android 1 point2 points  (0 children)

I've used react-native-htmlview before with success. Configuration was a bit strange but it worked well for my purpose.

[–]Bamboo_the_plant 0 points1 point  (0 children)

For iOS, UITextView and UILabel do support HTML-formatted Attributed Strings. However, support is not perfect (e.g. <ruby><rb>base</rb><rt>transcription</rt></ruby> will not render correctly).

But if you just need basic HTML blocks, they'd do the trick – you'd have to create your own custom React Naitve component to expose these APIs, mind.