globocom / react-native-draftjs-render

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

Custom styles not working #59

Open hashaaan opened 5 years ago

hashaaan commented 5 years ago

const styles = StyleSheet.flatten({ paragraph: { color: "#000000", fontSize: 12 }, link: { color: "blue", fontWeight: "bold" } });

let descCS = ""; // description contentState

const description = getRNDraftJSBlocks({
  contentState: descCS,
  customStyles: styles
});`
ahmedfouad01099 commented 1 year ago

not working for me too