You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use draft.js on my server side.
I need to show the created "data" on my react-native mobile app.
First of all i didn't see in your documentation that you support draft.js right now.
But the problematic thing is that the react-native approach is to use web paradigms instead of spannable/NSAttributedString approach.
With spannable/NSAttributedString it's not so complicate to convert the draft object into a text element, but how i suppose to do it now with react-native?
We use GitHub Issues for bugs.
If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native
If you have a feature request, post it on Product Pains: https://productpains.com/product/react-native/
--- Please use this template, and delete everything above this line before submitting your issue ---
Description
[FILL THIS OUT: Explain what you did, what you expected to happen, and what actually happens.]
Reproduction
[FILL THIS OUT: Try to reproduce your bug on rnplay.org and provide a link. If you can't reproduce the bug on rnplay.org, provide a sample project.]
Solution
[FILL THIS OUT: What needs to be done to address this issue? Ideally, provide a pull request with a fix.]
Additional Information
The text was updated successfully, but these errors were encountered: