react-native-draftjs-render icon indicating copy to clipboard operation
react-native-draftjs-render copied to clipboard

Custom styles not working

Open hashaaan opened this issue 5 years ago • 2 comments

hashaaan avatar Aug 07 '19 07:08 hashaaan

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
});`

hashaaan avatar Aug 07 '19 07:08 hashaaan

not working for me too

ahmedfouad01099 avatar Apr 03 '23 11:04 ahmedfouad01099