Hello thanks for your component, but i'm having an issue, i'm following your example with RN 0.39.2 this is the result.
<RichTextEditor
ref={(r) => this.richtext = r}
initialTitleHTML={'Title!!'}
initialContentHTML={'Hello <b>World</b> <p>this is a new paragraph</p> <p>this is another new paragraph</p>'}
editorInitializedCallback={() => this.onEditorInitialized()}
/>
when i print props from RichTextEditor.js i get this
sigh.. but is not rendering nothing...
UPDATE.
Ok, is working all ok, i was testing on iPad simulator with ios 8.2... i think is not compatible with this iOS versión, but i would be good that it was.
thanks
Hello thanks for your component, but i'm having an issue, i'm following your example with RN 0.39.2 this is the result.
when i print props from RichTextEditor.js i get this
sigh.. but is not rendering nothing...
UPDATE.
Ok, is working all ok, i was testing on iPad simulator with ios 8.2... i think is not compatible with this iOS versión, but i would be good that it was. thanks