react-native-cn-richtext-editor
react-native-cn-richtext-editor copied to clipboard
How to convert draftjs output to cn richtext editor input format
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?
I need this too!