imnapo / react-native-cn-richtext-editor

Richtext editor for react native
MIT License
218 stars 113 forks source link

How to convert draftjs output to cn richtext editor input format #78

Open VivekNeel opened 5 years ago

VivekNeel commented 5 years ago

Hey,

So we use draft.js for our web app and cn rich text editor on mobile apps. Any idea on how to convert the output of https://github.com/sstur/draft-js-utils/tree/master/packages/draft-js-export-html to whatever required by convertFromObject method?

mqtik commented 5 years ago

I need this too!