globocom / globocom/react-native-draftjs-render
contentState is giving error
Open
- Dominant language
- JavaScript
- Stars
- 390
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
import contentState from 'DraftJs/contentState';
After installing when im using the given sapmle code
const MyApp = () => {
const blocks = getRNDraftJSBlocks({ contentState });
return (
{blocks}
);
};
its showing ERROR: unable to resolve module DraftJs/contentState
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.