react-native-draftjs-render
react-native-draftjs-render copied to clipboard
contentState is giving error
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}</ScrollView> ); }; its showing ERROR: unable to resolve module DraftJs/contentState
Seems like a duplicate of https://github.com/globocom/react-native-draftjs-render/issues/44 and https://github.com/globocom/react-native-draftjs-render/issues/54.