tomgiam

Results 5 comments of tomgiam

Thanks, I will try to use the RichEditor with "disabled={true}" instead of webview, for displaying HTML. Hopefully is only disables the editing and not the HTML interaction.

@stulip @karpov-denys I tried removing Webview and only using Richtext, in order to avoid the rendering differences between them, but I have 2 issues with that. 1. I need a...

@mohamed-ikram I have not seen that problem. The h1 and h3 text is bold, the html it produces is correct. If I click on return to go to a new...

@gontovnik you can try something like this. Whenever the text changes (onChange={this.handleChange}) read the html, replace any double heading tags with single heading tags and update the html (i.e. h1...

I have the same issue, but with react native 0.69.6. The odd thing is that even though I only changed 6 lines in one file (index.js), the patch file was...