wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 310 forks source link

How to use setContentHtml #142

Closed TharaViswa closed 5 years ago

TharaViswa commented 5 years ago

Can someone share me the setContentHtml examples?I am trying to set Content html but i am unable to do it.

sahil6111 commented 5 years ago

@TharaViswa How did you used setContentHtml ? I tried using ref this.richText.setContentHtml(html), but it gives error: setConentHtml is not a function.