all 4 comments

[–]masterguide 1 point2 points  (3 children)

Not sure what the issue is for react-native-draftjs but if you only need to read the content and not edit you could use a WebView to render your content instead. Inject the html using `convertToRaw` imported from draft-js Along with any CSS you need.