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

CSS style is not working...

Open bibek-magar opened this issue 4 years ago • 2 comments
trafficstars

  • Added draftjs from admin dashboard.. Now trying to display into mobile...

image image

bibek-magar avatar Feb 05 '21 06:02 bibek-magar

[ { "key": "34ivf", "text": "THIS IS BOLD TEST\nTHIS IS ITALIC TEST\nTHIS IS UNDERLINE TEST\n\nRED TEXT \n\nBIG TEXT", "type": "unstyled", "depth": 0, "inlineStyleRanges": [ { "offset": 0, "length": 17, "style": "BOLD" }, { "offset": 18, "length": 19, "style": "ITALIC" }, { "offset": 38, "length": 22, "style": "UNDERLINE" }, { "offset": 62, "length": 9, "style": "color-rgb(184,49,47)" }, { "offset": 73, "length": 8, "style": "fontsize-72" } ], "entityRanges": [], "data": {} } ]

bibek-magar avatar Feb 05 '21 09:02 bibek-magar

not working for me too

ahmedfouad01099 avatar Apr 03 '23 11:04 ahmedfouad01099