globocom / react-native-draftjs-render

React Native render for draft.js model
MIT License
390 stars 62 forks source link

contentState is giving error #62

Open kuldeepworkid opened 4 years ago

kuldeepworkid commented 4 years ago

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 commented 3 years ago

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.