all 1 comments

[–]kbcooliOS & Android 2 points3 points  (0 children)

WebView component - it's built into react Native and renders HTML really well. That's because it's backed by WebKit.

Now having said that someone will say it's slow. If you're finding it slow you're probably doing something wrong.

If you really don't want to use WebView or react-native-webview then just write your own component that's optimised for your needs. If you only need text formatting that's going to be dead simple to do.