react-native-draftjs-render
react-native-draftjs-render copied to clipboard
Custom styles not working
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
});`
not working for me too