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

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

RichTextEditor is not showing content by props #6

Closed cinder92 closed 7 years ago

cinder92 commented 7 years ago

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.

captura de pantalla 2017-01-09 a la s 14 56 51

<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

captura de pantalla 2017-01-09 a la s 15 16 32

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