Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contentState is giving error #62

Open
kuldeepworkid opened this issue May 11, 2020 · 1 comment
Open

contentState is giving error #62

kuldeepworkid opened this issue May 11, 2020 · 1 comment

Comments

@kuldeepworkid
Copy link

import contentState from 'DraftJs/contentState';
After installing when im using the given sapmle code
const MyApp = () => {
const blocks = getRNDraftJSBlocks({ contentState });
return (
<ScrollView style={{ flex: 1 }}>{blocks}
);
};
its showing ERROR: unable to resolve module DraftJs/contentState

@Darkilen
Copy link

Seems like a duplicate of #44 and #54.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants